Class Retry.RetryWithBackoff

    • Method Detail

      • retryingOn

        public <RetryT extends java.lang.Exception> Retry.RetryExceptionally<RetryT> retryingOn​(java.lang.Class<RetryT> retryType)
      • getInitialMillis

        public long getInitialMillis()
      • getMultiplier

        public int getMultiplier()
      • getAttempts

        public int getAttempts()
      • getMaxDelay

        public long getMaxDelay()