toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-compensation-api
/
me.ahoo.wow.compensation.api
/
RetryState
Retry
State
data
class
RetryState
(
val
retries
:
Int
,
val
retryAt
:
Long
,
val
timeoutAt
:
Long
,
val
nextRetryAt
:
Long
)
Members
Constructors
Retry
State
Link copied to clipboard
constructor
(
retries
:
Int
,
retryAt
:
Long
,
timeoutAt
:
Long
,
nextRetryAt
:
Long
)
Properties
next
Retry
At
Link copied to clipboard
val
nextRetryAt
:
Long
下次重试时间点
retries
Link copied to clipboard
val
retries
:
Int
当前已尝试次数
retry
At
Link copied to clipboard
val
retryAt
:
Long
当前尝试执行点
timeout
At
Link copied to clipboard
val
timeoutAt
:
Long
执行超时时间点
Functions
timeout
Link copied to clipboard
fun
timeout
(
)
:
Boolean