Interface BackoffComputer
- All Known Implementing Classes:
- ExponentialBackoffComputer,- LinearBackoffComputer,- RetryLimitedBackoffComputer
public interface BackoffComputer
- 
Nested Class SummaryNested Classes
- 
Method Summary
- 
Method Details- 
computeDelay- Parameters:
- retryNumber- starts at 1
- Throws:
- BackoffComputer.NoMoreRetriesException
 
 
-