Interface BackOffExecution
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A BackOffExecution is effectively an executable instance of a given
 BackOff strategy.
 
Implementations may be stateful but do not need to be thread-safe.
- Since:
 - 4.1
 - Author:
 - Stephane Nicoll
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longReturn value ofnextBackOff()which indicates that the operation should not be retried. - 
Method Summary
Modifier and TypeMethodDescriptionlong 
- 
Field Details
- 
STOP
static final long STOPReturn value ofnextBackOff()which indicates that the operation should not be retried.- See Also:
 
 
 - 
 - 
Method Details
- 
nextBackOff
 
 -