Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-jvm-runtime
/
com.keel.jvm.runtime
/
PluginSseDataEvent
Plugin
Sse
Data
Event
@
Serializable
data
class
PluginSseDataEvent
(
val
kind
:
String
=
"plugin-sse-data-event"
,
val
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
val
pluginId
:
String
,
val
generation
:
Long
,
val
timestamp
:
Long
,
val
messageId
:
String
,
val
authToken
:
String
,
val
streamId
:
String
,
val
event
:
String
?
=
null
,
val
data
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
retry
:
Long
?
=
null
)
:
PluginRuntimeEvent
(
source
)
Members
Constructors
Plugin
Sse
Data
Event
Link copied to clipboard
constructor
(
kind
:
String
=
"plugin-sse-data-event"
,
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
pluginId
:
String
,
generation
:
Long
,
timestamp
:
Long
,
messageId
:
String
,
authToken
:
String
,
streamId
:
String
,
event
:
String
?
=
null
,
data
:
String
?
=
null
,
id
:
String
?
=
null
,
retry
:
Long
?
=
null
)
Properties
auth
Token
Link copied to clipboard
open
override
val
authToken
:
String
data
Link copied to clipboard
val
data
:
String
?
event
Link copied to clipboard
val
event
:
String
?
generation
Link copied to clipboard
open
override
val
generation
:
Long
id
Link copied to clipboard
val
id
:
String
?
kind
Link copied to clipboard
val
kind
:
String
message
Id
Link copied to clipboard
open
override
val
messageId
:
String
plugin
Id
Link copied to clipboard
open
override
val
pluginId
:
String
protocol
Version
Link copied to clipboard
open
override
val
protocolVersion
:
Int
retry
Link copied to clipboard
val
retry
:
Long
?
stream
Id
Link copied to clipboard
val
streamId
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long