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 boolean
canRetry()
Check that another retry can be attempted.T
run()
Start attempting to run provided task.
-