ApplicationInitialCapacityConfig

data class ApplicationInitialCapacityConfig(val workerConfiguration: ApplicationWorkerConfiguration, val workerCount: Int)

Constructors

Link copied to clipboard
constructor(workerConfiguration: ApplicationWorkerConfiguration, workerCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped