Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.core.internals
/
MutableEngineLifecycle
Mutable
Engine
Lifecycle
@
DelicateElideApi
class
MutableEngineLifecycle
:
EngineLifecycle
An internal implementation of the
EngineLifecycle
interface that allows emitting events.
See also
Mutable
Engine
Lifecycle.
emit
Members
Constructors
Mutable
Engine
Lifecycle
Link copied to clipboard
constructor
(
)
Functions
emit
Link copied to clipboard
fun
<
T
>
emit
(
event
:
EngineLifecycleEvent
<
T
>
,
payload
:
T
)
on
Link copied to clipboard
open
override
fun
<
T
>
on
(
event
:
EngineLifecycleEvent
<
T
>
,
consume
:
(
T
)
->
Unit
)