open class Configuration : Configuration
Configuration for the BaseApplicationEngine
Configuration()
Configuration for the BaseApplicationEngine |
var callGroupSize: Int
Specifies size of the event group for running application code |
|
var connectionGroupSize: Int
Specifies size of the event group for accepting connections |
|
val parallelism: Int
Provides currently available parallelism, e.g. number of available processors |
|
var workerGroupSize: Int
Specifies size of the event group for processing connections, parsing messages and doing engine's internal work |
fun Configuration.loadCommonConfiguration(deploymentConfig: ApplicationConfig): Unit
Load engine's configuration suitable for all engines from deploymentConfig |