Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-contract
/
com.keel.contract.events
/
GenericEvent
Generic
Event
data
class
GenericEvent
(
val
type
:
String
,
val
payload
:
Map
<
String
,
String
>
=
emptyMap()
)
:
KeelEvent
(
source
)
Simple event wrapper with timestamp.
Members
Constructors
Generic
Event
Link copied to clipboard
constructor
(
type
:
String
,
payload
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
payload
Link copied to clipboard
val
payload
:
Map
<
String
,
String
>
type
Link copied to clipboard
val
type
:
String