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