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