Package ch.qos.logback.core.util
Interface DelayStrategy
- 
- All Known Implementing Classes:
 FixedDelay
@Deprecated(since="2022-01-27") public interface DelayStrategyDeprecated.This internal logback API is not supported by AEM as a Cloud Service.A strategy for computing a delay.- Since:
 - 1.1.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longnextDelay()Deprecated.The value computed by thisDelayStrategyfor the next delay. 
 -