@FunctionalInterface public interface BackOffExecution
Implementations do not need to be thread safe.
BackOff| 限定符和类型 | 字段和说明 |
|---|---|
static long |
STOP
Return value of
nextBackOff() that indicates that the operation
should not be retried. |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
nextBackOff()
|
static final long STOP
nextBackOff() that indicates that the operation
should not be retried.