http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-incubator-postbox
/
org.http4k.postbox
/
Postbox
/
PendingRequest
Pending
Request
data
class
PendingRequest
(
val
requestId
:
RequestId
,
val
request
:
Request
,
val
processingTime
:
Instant
,
val
failures
:
Int
)
(
source
)
Members
Constructors
Pending
Request
Link copied to clipboard
constructor
(
requestId
:
RequestId
,
request
:
Request
,
processingTime
:
Instant
,
failures
:
Int
)
Properties
failures
Link copied to clipboard
val
failures
:
Int
processing
Time
Link copied to clipboard
val
processingTime
:
Instant
request
Link copied to clipboard
val
request
:
Request
request
Id
Link copied to clipboard
val
requestId
:
RequestId