ApplicationEngineEnvironment

interface ApplicationEngineEnvironment

Represents an environment in which engine runs.

Functions

Link copied to clipboard
abstract fun start()

Starts ApplicationEngineEnvironment and creates an application.

Link copied to clipboard
abstract fun stop()

Stops ApplicationEngineEnvironment and destroys any running application.

Properties

Link copied to clipboard
abstract val application: <ERROR CLASS>

Running Application.

Link copied to clipboard
abstract val connectors: List<EngineConnectorConfig>

Connectors that describers where and how server should listen.

Inheritors

Link copied to clipboard
Link copied to clipboard