Configuration

open class Configuration

A configuration for the ApplicationEngine.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Specifies the minimum size of a thread pool used to process application calls.

Link copied to clipboard

Specifies how many threads are used to accept new connections and start call processing.

Link copied to clipboard

Returns the current parallelism level (e.g. the number of available processors).

Link copied to clipboard

Specifies the maximum amount of time in milliseconds for activity to cool down

Link copied to clipboard

Specifies the maximum amount of time in milliseconds to wait until server stops gracefully

Link copied to clipboard

Specifies size of the event group for processing connections, parsing messages and doing engine's internal work