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
/
ShutdownResponse
Shutdown
Response
@
Serializable
data
class
ShutdownResponse
(
val
kind
:
String
=
"shutdown-response"
,
val
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
val
pluginId
:
String
,
val
generation
:
Long
,
val
timestamp
:
Long
,
val
messageId
:
String
,
val
correlationId
:
String
,
val
accepted
:
Boolean
,
val
inflightInvokes
:
Int
)
:
PluginJvmControlResponse
(
source
)
Members
Constructors
Shutdown
Response
Link copied to clipboard
constructor
(
kind
:
String
=
"shutdown-response"
,
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
pluginId
:
String
,
generation
:
Long
,
timestamp
:
Long
,
messageId
:
String
,
correlationId
:
String
,
accepted
:
Boolean
,
inflightInvokes
:
Int
)
Properties
accepted
Link copied to clipboard
val
accepted
:
Boolean
correlation
Id
Link copied to clipboard
open
override
val
correlationId
:
String
generation
Link copied to clipboard
open
override
val
generation
:
Long
inflight
Invokes
Link copied to clipboard
val
inflightInvokes
:
Int
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
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long