public class ExponentialWithRandomJitterBackoffStrategy extends ExponentialBackoffStrategy
maxRetryDelayMs, minRetryDelayMs| Modifier | Constructor and Description |
|---|---|
|
ExponentialWithRandomJitterBackoffStrategy() |
protected |
ExponentialWithRandomJitterBackoffStrategy(long minRetryDelayMs,
long maxRetryDelayMs) |
| Modifier and Type | Method and Description |
|---|---|
long |
computeDelay(int retryCount) |
getMaxRetryDelayMs, getMinRetryDelayMs, setMaxRetryDelayMs, setMinRetryDelayMspublic ExponentialWithRandomJitterBackoffStrategy()
protected ExponentialWithRandomJitterBackoffStrategy(long minRetryDelayMs,
long maxRetryDelayMs)
public long computeDelay(int retryCount)
computeDelay in class ExponentialBackoffStrategyCopyright © 2025. All rights reserved.