Interface BackOffStrategy
-
- All Known Implementing Classes:
FixedBackOffStrategy
public interface BackOffStrategyA back-off strategy is used to configure different strategies for calculating the interval time between iterations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcalculateInterval(int iteration)Calculates the back-off interval
-