-
- All Known Implementing Classes:
FixedDelay
public interface DelayStrategy
A strategy for computing a delay.- Since:
- 1.1.0
- Author:
- Carl Harris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnextDelay()The value computed by thisDelayStrategyfor the next delay.
-
-
-
Method Detail
-
nextDelay
long nextDelay()
The value computed by thisDelayStrategyfor the next delay.- Returns:
- a delay value
-
-