public class ExponentialBackoffStrategy
extends java.lang.Object
| Constructor and Description |
|---|
ExponentialBackoffStrategy(long delayInterval,
long initialDelay,
long maxDelay) |
| Modifier and Type | Method and Description |
|---|---|
long |
delayBeforeNextRetry(int retriesAttempted)
Returns the delay before the next attempt.
|