Interface SleepStrategy


public interface SleepStrategy
  • Field Details

    • EXPONENTIAL_BACKOFF_STRATEGY

      static final SleepStrategy EXPONENTIAL_BACKOFF_STRATEGY
  • Method Details

    • calculateSleepDuration

      long calculateSleepDuration(int attempt)