Interface RepeatedDelayStrategy


public interface RepeatedDelayStrategy
  • Field Details

  • Method Details

    • delayCyclesAfterSuccess

      long delayCyclesAfterSuccess()
    • delayCyclesAfterFailure

      long delayCyclesAfterFailure()
    • exponentialBackoff

      static RepeatedDelayStrategy exponentialBackoff(int p_239256_)