Class Retry


  • public class Retry
    extends Object
    • Field Detail

      • strategy

        private String strategy
      • maxRetryCount

        private int maxRetryCount
      • delayInterval

        private String delayInterval
      • minimumInterval

        private String minimumInterval
      • maximumInterval

        private String maximumInterval
    • Constructor Detail

      • Retry

        public Retry()
    • Method Detail

      • createFixedDelayRetryFromAnnotation

        public static Retry createFixedDelayRetryFromAnnotation​(FunctionAnnotation annotation)
      • createFixedDelayRetryFromAnnotation

        public static Retry createFixedDelayRetryFromAnnotation​(Annotation fixedDelayRetry)
      • createExponentialBackoffRetryFromAnnotation

        public static Retry createExponentialBackoffRetryFromAnnotation​(FunctionAnnotation annotation)
      • createExponentialBackoffRetryFromAnnotation

        public static Retry createExponentialBackoffRetryFromAnnotation​(Annotation exponentialBackoffRetry)