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
/
StaticFetchRequest
Static
Fetch
Request
@
Serializable
data
class
StaticFetchRequest
(
val
kind
:
String
=
"static-fetch-request"
,
val
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
val
pluginId
:
String
,
val
generation
:
Long
,
val
timestamp
:
Long
,
val
messageId
:
String
,
val
authToken
:
String
,
val
routePath
:
String
,
val
resourcePath
:
String
,
val
requestHeaders
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
:
PluginJvmMessage
(
source
)
Members
Constructors
Static
Fetch
Request
Link copied to clipboard
constructor
(
kind
:
String
=
"static-fetch-request"
,
protocolVersion
:
Int
=
PLUGIN_JVM_PROTOCOL_VERSION
,
pluginId
:
String
,
generation
:
Long
,
timestamp
:
Long
,
messageId
:
String
,
authToken
:
String
,
routePath
:
String
,
resourcePath
:
String
,
requestHeaders
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
)
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
request
Headers
Link copied to clipboard
val
requestHeaders
:
Map
<
String
,
List
<
String
>
>
resource
Path
Link copied to clipboard
val
resourcePath
:
String
route
Path
Link copied to clipboard
val
routePath
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long