ApiThreadPoolProperties

data class ApiThreadPoolProperties(var corePoolSize: Int? = null, var maxPoolSize: Int? = null, var queueCapacity: Int? = null, var waitForTasksToCompleteOnShutdown: Boolean? = null, var awaitTerminationSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(corePoolSize: Int? = null, maxPoolSize: Int? = null, queueCapacity: Int? = null, waitForTasksToCompleteOnShutdown: Boolean? = null, awaitTerminationSeconds: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard