Interface RetryStrategy

    • Method Detail

      • getNumRemainingRetries

        int getNumRemainingRetries()
        Returns:
        the number of remaining retries
      • getRetryDelay

        Duration getRetryDelay()
        Returns:
        the current delay if we need to retry
      • getNextRetryStrategy

        RetryStrategy getNextRetryStrategy()
        Returns:
        the next retry strategy to current delay if we need to retry