| 程序包 | 说明 |
|---|---|
| org.springframework.util.backoff |
A generic back-off abstraction.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExponentialBackOff
Implementation of
BackOff that increases the back off period for each
retry attempt. |
class |
FixedBackOff
A simple
BackOff implementation that provides a fixed interval
between two attempts and a maximum number of retries. |