Class RetryConfigImpl
java.lang.Object
io.smallrye.faulttolerance.config.RetryConfigImpl
- All Implemented Interfaces:
Config,RetryConfig,Annotation
Automatically generated from the
RetryConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionabortOn()Class<? extends Annotation> Class<?> static RetryConfigImplcreate(FaultToleranceMethod method) longdelay()booleanlongjitter()voidlongintmethod()retryOn()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.config.RetryConfig
validate
-
Method Details
-
create
-
beanClass
-
method
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()- Specified by:
isOnMethodin interfaceConfig
-
maxRetries
public int maxRetries() -
delay
public long delay() -
delayUnit
-
maxDuration
public long maxDuration() -
durationUnit
-
jitter
public long jitter() -
jitterDelayUnit
-
retryOn
-
abortOn
-
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-