set Server Configuration
abstract suspend fun setServerConfiguration(serverConfiguration: ServerConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})
Set server configuration
Parameters
server Configuration
Server configuration ServerConfiguration
update Progress
Update progress of operation