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.hotreload
/
DevHotReloadEngine
Dev
Hot
Reload
Engine
interface
DevHotReloadEngine
(
source
)
Inheritors
DefaultDevHotReloadEngine
Members
Properties
events
Link copied to clipboard
abstract
val
events
:
SharedFlow
<
DevReloadEvent
>
Functions
handle
Module
Change
Link copied to clipboard
abstract
suspend
fun
handleModuleChange
(
event
:
ModuleChangeEvent
)
register
Source
Link copied to clipboard
abstract
fun
registerSource
(
source
:
PluginDevelopmentSource
)
reload
Plugin
Link copied to clipboard
abstract
suspend
fun
reloadPlugin
(
pluginId
:
String
,
reason
:
String
=
"manual"
)
:
ReloadAttemptResult
status
Link copied to clipboard
abstract
fun
status
(
)
:
DevHotReloadStatus