程序包 org.springframework.util.backoff
A generic back-off abstraction.
接口概要 接口 说明 BackOff Provide aBackOffExecutionthat indicates the rate at which an operation should be retried.BackOffExecution Represent a particular back-off execution.类概要 类 说明 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.