Interface AsyncRetryStrategy<OUT>

    • Method Detail

      • canRetry

        boolean canRetry​(int currentAttempts)
        Returns:
        whether the next attempt can happen
      • getBackoffTimeMillis

        long getBackoffTimeMillis​(int currentAttempts)
        Returns:
        the delay time of next attempt