Package ch.qos.logback.core.util
Interface DelayStrategy
-
- All Known Implementing Classes:
FixedDelay
@Deprecated(since="2022-01-27") public interface DelayStrategy
Deprecated.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 long
nextDelay()
Deprecated.The value computed by thisDelayStrategy
for the next delay.
-