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
/
ShutdownRequest
Shutdown
Request
@
Serializable
data
class
ShutdownRequest
(
val
kind
:
String
=
"shutdown-request"
,
val
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
val
pluginId
:
String
,
val
generation
:
Long
,
val
timestamp
:
Long
,
val
messageId
:
String
,
val
authToken
:
String
,
val
reason
:
String
=
"kernel-stop"
)
:
PluginJvmMessage
(
source
)
Members
Constructors
Shutdown
Request
Link copied to clipboard
constructor
(
kind
:
String
=
"shutdown-request"
,
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
pluginId
:
String
,
generation
:
Long
,
timestamp
:
Long
,
messageId
:
String
,
authToken
:
String
,
reason
:
String
=
"kernel-stop"
)
Properties
auth
Token
Link copied to clipboard
val
authToken
:
String
generation
Link copied to clipboard
open
override
val
generation
:
Long
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
reason
Link copied to clipboard
val
reason
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long