Interface RetryDelayStrategy

All Known Implementing Classes:
ExponentialBackoffRetryDelay

public interface RetryDelayStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    resets the retry delay to the initial value
  • Method Details

    • nextDelay

      Duration nextDelay()
      Returns:
      the duration for the next retry
    • reset

      void reset()
      resets the retry delay to the initial value