Class RetryableParams

    • Constructor Detail

      • RetryableParams

        public RetryableParams()
    • Method Detail

      • getMaxAttempts

        public int getMaxAttempts()
      • withMaxAttempts

        public RetryableParams withMaxAttempts​(int maxAttempts)
      • getDelayInMs

        public int getDelayInMs()