public class ExponentialBackoffStrategy extends 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.
|
Copyright © 2022. All rights reserved.