Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.config
/
KeelEngine
/
Custom
Custom
class
Custom
(
val
factory
:
ApplicationEngineFactory
<
ApplicationEngine
,
*
>
)
:
KeelEngine
(
source
)
Allows custom engines if developers want to bring their own Ktor ApplicationEngineFactory.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
factory
:
ApplicationEngineFactory
<
ApplicationEngine
,
*
>
)
Properties
factory
Link copied to clipboard
val
factory
:
ApplicationEngineFactory
<
ApplicationEngine
,
*
>