Interface DelayStrategy
- All Known Implementing Classes:
FixedDelay
-
Method Summary
Modifier and TypeMethodDescriptionlongThe value computed by thisDelayStrategyfor the next delay.
-
Method Details
-
nextDelay
long nextDelay()The value computed by thisDelayStrategyfor the next delay.- Returns:
- a delay value
-