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