Package org.springframework.util.backoff
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.
Represent a particular back-off execution.
 
Implementations do not need to be thread safe.
- Since:
- 4.1
- Author:
- Stephane Nicoll
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longReturn value ofnextBackOff()that indicates that the operation should not be retried.
- 
Method SummaryModifier and TypeMethodDescriptionlong
- 
Field Details- 
STOPstatic final long STOPReturn value ofnextBackOff()that indicates that the operation should not be retried.- See Also:
 
 
- 
- 
Method Details- 
nextBackOfflong nextBackOff()
 
-