Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
EndpointExecutionPolicy
Endpoint
Execution
Policy
data
class
EndpointExecutionPolicy
(
val
timeoutMs
:
Long
?
=
null
,
val
maxPayloadBytes
:
Long
?
=
null
,
val
allowChunkedTransfer
:
Boolean
=
false
)
(
source
)
Members
Constructors
Endpoint
Execution
Policy
Link copied to clipboard
constructor
(
timeoutMs
:
Long
?
=
null
,
maxPayloadBytes
:
Long
?
=
null
,
allowChunkedTransfer
:
Boolean
=
false
)
Properties
allow
Chunked
Transfer
Link copied to clipboard
val
allowChunkedTransfer
:
Boolean
max
Payload
Bytes
Link copied to clipboard
val
maxPayloadBytes
:
Long
?
timeout
Ms
Link copied to clipboard
val
timeoutMs
:
Long
?