Configuration
Configuration for the BaseApplicationEngine.
Properties
Specifies the minimum size of a thread pool used to process application calls.
Specifies how many threads are used to accept new connections and start call processing.
List of connectors describing where and how the server should listen.
Returns the current parallelism level (e.g. the number of available processors).
Specifies the maximum amount of time in milliseconds for activity to cool down
Specifies the maximum amount of time in milliseconds to wait until server stops gracefully
Specifies size of the event group for processing connections, parsing messages and doing engine's internal work
Functions
Adds a non-secure connector to this engine environment
Loads common engine configuration parameters applicable to all engine types from the specified ApplicationConfig.
Uses other configuration and overrides this with its values.