Interface RetryUtils.Task<T>
-
- Enclosing class:
- RetryUtils
public static interface RetryUtils.Task<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
perform()
This method is tried up to maxTries times unless it succeeds.
-