| Class | Description |
|---|---|
| ConstantTimeBackOffStrategy |
A
AbstractBackOffStrategy that causes the current thread to sleep the
same amount of time each time backOff() is called. |
| ExponentialBackOffStrategy |
Exponential backoff strategy.
|
| LinearTimeBackOffStrategy |
A
AbstractBackOffStrategy that causes back offs in linear increments. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.