set Configuration
abstract suspend fun setConfiguration(configuration: GatewayConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})
Set configuration of the gateway
Return
gateway configuration
Parameters
configuration
gateway configuration to be set
update Progress
of the operation