http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-postbox
/
org.http4k.postbox.processing
/
ProcessingEvent
/
RequestScheduledForRetry
Request
Scheduled
For
Retry
data
class
RequestScheduledForRetry
(
val
requestId
:
RequestId
,
val
attempts
:
Int
,
val
retryIn
:
Duration
)
:
ProcessingEvent
(
source
)
Members
Constructors
Request
Scheduled
For
Retry
Link copied to clipboard
constructor
(
requestId
:
RequestId
,
attempts
:
Int
,
retryIn
:
Duration
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
request
Id
Link copied to clipboard
val
requestId
:
RequestId
retry
In
Link copied to clipboard
val
retryIn
:
Duration