Class Retry


  • public class Retry
    extends Object
    • Method Detail

      • withMaxAttempts

        public static Retry withMaxAttempts​(int maxAttempts)
      • withFixedWaitDuration

        public Retry withFixedWaitDuration​(Duration fixedWaitMs)
      • stopAfterMaxAttempts

        public Retry stopAfterMaxAttempts​(int maxAttempts)
      • stopAfterDuration

        public Retry stopAfterDuration​(Duration stopAfterMs)