Package org.springframework.util.backoff
A generic back-off abstraction.
Interface Summary Interface Description BackOff Provide aBackOffExecutionthat indicates the rate at which an operation should be retried.BackOffExecution Represent a particular back-off execution.Class Summary Class Description ExponentialBackOff Implementation ofBackOffthat increases the back off period for each retry attempt.FixedBackOff A simpleBackOffimplementation that provides a fixed interval between two attempts and a maximum number of retries.