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

    Modifier and Type
    Method
    Description
    long
    Deprecated.
    The value computed by this DelayStrategy for the next delay.
  • Method Details

    • nextDelay

      long nextDelay()
      Deprecated.
      The value computed by this DelayStrategy for the next delay.
      Returns:
      a delay value