toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-compensation-api
/
me.ahoo.wow.compensation.api
/
IRetrySpec
IRetry
Spec
interface
IRetrySpec
Inheritors
ApplyRetrySpec
RetrySpecApplied
RetrySpec
Members
Members & Extensions
Properties
execution
Timeout
Link copied to clipboard
abstract
val
executionTimeout
:
Int
执行超时时间
max
Retries
Link copied to clipboard
abstract
val
maxRetries
:
Int
最大重试次数
min
Backoff
Link copied to clipboard
abstract
val
minBackoff
:
Int
the minimum Duration for the first backoff
Functions
materialize
Link copied to clipboard
fun
IRetrySpec
.
materialize
(
)
:
RetrySpec