RetryState

data class RetryState(val retries: Int, val retryAt: Long, val timeoutAt: Long, val nextRetryAt: Long)

Constructors

Link copied to clipboard
constructor(retries: Int, retryAt: Long, timeoutAt: Long, nextRetryAt: Long)

Properties

Link copied to clipboard

下次重试时间点

Link copied to clipboard

当前已尝试次数

Link copied to clipboard

当前尝试执行点

Link copied to clipboard

执行超时时间点

Functions

Link copied to clipboard