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 SummaryFieldsModifier and TypeFieldDescriptionstatic final longReturn value ofnextBackOff()which indicates that the operation should not be retried.
- 
Method SummaryModifier and TypeMethodDescriptionlong
- 
Field Details- 
STOPstatic final long STOPReturn value ofnextBackOff()which indicates that the operation should not be retried.- See Also:
 
 
- 
- 
Method Details- 
nextBackOff
 
-