Interface RetryScheduler
-
- All Known Implementing Classes:
ExponentialtIntervalRetryScheduler
public interface RetryScheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
retry(java.lang.Runnable task, int count)
-