Class RetryAntn

  • All Implemented Interfaces:
    Annotation

    public class RetryAntn
    extends MethodAntn
    implements org.eclipse.microprofile.faulttolerance.Retry
    Class RetryAntn.
    • Constructor Detail

      • RetryAntn

        public RetryAntn​(Class<?> beanClass,
                         Method method)
        Constructor.
        Parameters:
        beanClass - Bean class.
        method - The method.
    • Method Detail

      • validate

        public void validate()
        Description copied from class: MethodAntn
        Validate the annotation on this method.
        Specified by:
        validate in class MethodAntn
      • maxRetries

        public int maxRetries()
      • delay

        public long delay()
      • maxDuration

        public long maxDuration()
      • jitter

        public long jitter()
      • jitterDelayUnit

        public ChronoUnit jitterDelayUnit()