setServerConfiguration

abstract suspend fun setServerConfiguration(serverConfiguration: ServerConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})

Set server configuration

Parameters

serverConfiguration

Server configuration ServerConfiguration

updateProgress

Update progress of operation