程序包 org.coodex.util
类 Retry.TimeUnitNextDelay
java.lang.Object
org.coodex.util.Retry.TimeUnitNextDelay
- 所有已实现的接口:
Retry.NextDelay
- 封闭类:
- Retry
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
TimeUnitNextDelay
-
-
方法详细资料
-
delay
protected abstract long delay(int times) -
next
public long next(int times) - 指定者:
next在接口中Retry.NextDelay- 参数:
times- 第几次- 返回:
- 毫秒数
-