接口 BackOffExecution
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
Represent a particular back-off execution.
Implementations do not need to be thread safe.
- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final longReturn value ofnextBackOff()that indicates that the operation should not be retried. -
方法概要
修饰符和类型方法说明long
-
字段详细资料
-
STOP
static final long STOPReturn value ofnextBackOff()that indicates that the operation should not be retried.- 另请参阅:
-
-
方法详细资料
-
nextBackOff
long nextBackOff()
-