public interface BackOffExecution
Implementations do not need to be thread safe.
BackOff| Modifier and Type | Field and Description | 
|---|---|
| static long | STOPReturn value of  nextBackOff()that indicates that the operation
 should not be retried. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | nextBackOff() | 
static final long STOP
nextBackOff() that indicates that the operation
 should not be retried.