类 FixedBackOff.FixedBackOffExecution
java.lang.Object
cn.taketoday.util.backoff.FixedBackOff.FixedBackOffExecution
- 所有已实现的接口:
BackOffExecution
- 封闭类:
- FixedBackOff
-
字段概要
字段从接口继承的字段 cn.taketoday.util.backoff.BackOffExecution
STOP -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longReturn the number of milliseconds to wait before retrying the operation orBackOffExecution.STOP(-1L) to indicate that no further attempt should be made for the operation.toString()
-
字段详细资料
-
currentAttempts
private long currentAttempts
-
-
构造器详细资料
-
FixedBackOffExecution
private FixedBackOffExecution()
-
-
方法详细资料
-
nextBackOff
public long nextBackOff()从接口复制的说明:BackOffExecutionReturn the number of milliseconds to wait before retrying the operation orBackOffExecution.STOP(-1L) to indicate that no further attempt should be made for the operation.- 指定者:
nextBackOff在接口中BackOffExecution
-
toString
-