setConfiguration

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

updateProgress

of the operation