Package ch.qos.logback.core.util
Interface DelayStrategy
-
- All Known Implementing Classes:
FixedDelay
public interface DelayStrategyA strategy for computing a delay.- Since:
- 1.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnextDelay()The value computed by thisDelayStrategyfor the next delay.
-