public class RetryAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.Retry
| Constructor and Description |
|---|
RetryAntn(Class<?> beanClass,
Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Throwable>[] |
abortOn() |
long |
delay() |
ChronoUnit |
delayUnit() |
ChronoUnit |
durationUnit() |
long |
jitter() |
ChronoUnit |
jitterDelayUnit() |
long |
maxDuration() |
int |
maxRetries() |
Class<? extends Throwable>[] |
retryOn() |
void |
validate()
Validate the annotation on this method.
|
annotationType, getParamOverride, lookupAnnotationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringpublic void validate()
MethodAntnvalidate in class MethodAntnpublic int maxRetries()
public long delay()
public ChronoUnit delayUnit()
public long maxDuration()
public ChronoUnit durationUnit()
public long jitter()
public ChronoUnit jitterDelayUnit()
Copyright © 2018–2019 Oracle Corporation. All rights reserved.