Interface MutableRetryState

All Superinterfaces:
RetryState
All Known Implementing Classes:
CircuitBreakerRetry

@Internal public interface MutableRetryState extends RetryState
Mutable retry state that can calculate the next retry delay.
Since:
1.0
Author:
graemerocher
  • Method Details

    • nextDelay

      long nextDelay()
      Returns the millisecond value for the next delay.
      Returns:
      The next delay in milliseconds