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.observability
/
CustomEvent
Custom
Event
@
Serializable
data
class
CustomEvent
(
val
type
:
String
,
val
payload
:
JsonElement
)
(
source
)
Members
Constructors
Custom
Event
Link copied to clipboard
constructor
(
type
:
String
,
payload
:
JsonElement
)
Properties
payload
Link copied to clipboard
val
payload
:
JsonElement
type
Link copied to clipboard
val
type
:
String