toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-compensation-api
/
me.ahoo.wow.compensation.api
/
ApplyRetrySpec
Apply
Retry
Spec
@
Order
(
value
=
5
)
@
CommandRoute
(
appendIdPath
=
CommandRoute.AppendPath.ALWAYS
)
data
class
ApplyRetrySpec
(
val
id
:
String
,
val
maxRetries
:
Int
,
val
minBackoff
:
Int
,
val
executionTimeout
:
Int
)
:
Identifier
,
IRetrySpec
Members
Members & Extensions
Constructors
Apply
Retry
Spec
Link copied to clipboard
constructor
(
id
:
String
,
maxRetries
:
Int
,
minBackoff
:
Int
,
executionTimeout
:
Int
)
Properties
execution
Timeout
Link copied to clipboard
open
override
val
executionTimeout
:
Int
执行超时时间
id
Link copied to clipboard
open
override
val
id
:
String
max
Retries
Link copied to clipboard
open
override
val
maxRetries
:
Int
最大重试次数
min
Backoff
Link copied to clipboard
open
override
val
minBackoff
:
Int
the minimum Duration for the first backoff
Functions
materialize
Link copied to clipboard
fun
IRetrySpec
.
materialize
(
)
:
RetrySpec