Package ch.qos.logback.core.util
Interface DelayStrategy
- All Known Implementing Classes:
FixedDelay
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
Modifier and TypeMethodDescriptionlong
Deprecated.The value computed by thisDelayStrategy
for the next delay.
-
Method Details
-
nextDelay
long nextDelay()Deprecated.The value computed by thisDelayStrategy
for the next delay.- Returns:
- a delay value
-