public class RandomExponentialBackoffStrategy extends Object implements BackoffStrategy
| Constructor and Description |
|---|
RandomExponentialBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMillisToWait(int numberOfTriesFailed,
Duration delayBetweenAttempts) |
public long getMillisToWait(int numberOfTriesFailed,
Duration delayBetweenAttempts)
getMillisToWait in interface BackoffStrategyCopyright © 2015. All rights reserved.