Interface RetryStrategy
-
- All Known Implementing Classes:
FibonacciRetryStrategy
public interface RetryStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnext()Gets the amount of time to wait in millis before retrying
-