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.plugin
/
KeelPlugin
Keel
Plugin
interface
KeelPlugin
(
source
)
Members
Properties
descriptor
Link copied to clipboard
abstract
val
descriptor
:
PluginDescriptor
Functions
endpoints
Link copied to clipboard
abstract
fun
endpoints
(
)
:
List
<
PluginRouteDefinition
>
modules
Link copied to clipboard
open
fun
modules
(
)
:
List
<
Module
>
on
Dispose
Link copied to clipboard
open
suspend
fun
onDispose
(
context
:
PluginRuntimeContext
)
on
Init
Link copied to clipboard
open
suspend
fun
onInit
(
context
:
PluginInitContext
)
on
Start
Link copied to clipboard
open
suspend
fun
onStart
(
context
:
PluginRuntimeContext
)
on
Stop
Link copied to clipboard
open
suspend
fun
onStop
(
context
:
PluginRuntimeContext
)