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