BaseApplicationEngine
abstract class BaseApplicationEngine(environment: ApplicationEngineEnvironment, pipeline: EnginePipeline) : ApplicationEngine
Content copied to clipboard
Base class for implementing ApplicationEngine
It creates default engine pipeline, provides application property and installs default transformations on respond and receive
Parameters
environment
instance of ApplicationEngineEnvironment for this engine
pipeline
pipeline to use with this engine
Constructors
Link copied to clipboard
fun BaseApplicationEngine(environment: ApplicationEngineEnvironment, pipeline: EnginePipeline = defaultEnginePipeline(environment))
Content copied to clipboard
Types
Link copied to clipboard
Configuration for the BaseApplicationEngine