Interface Retry<T>
-
- All Known Implementing Classes:
LinearRetry
public interface Retry<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanRetry()Check that another retry can be attempted.Trun()Start attempting to run provided task.
-