public class FibonacciRetryStrategy extends java.lang.Object implements RetryStrategy
| Constructor and Description |
|---|
FibonacciRetryStrategy(int start,
int upperBound,
int maxJitter) |
| Modifier and Type | Method and Description |
|---|---|
int |
next()
Gets the amount of time to wait in millis before retrying
|
public FibonacciRetryStrategy(int start,
int upperBound,
int maxJitter)
public int next()
RetryStrategynext in interface RetryStrategy