Class ExponentialBackoffConfigImpl
java.lang.Object
io.smallrye.faulttolerance.config.ExponentialBackoffConfigImpl
- All Implemented Interfaces:
Config,ExponentialBackoffConfig,Annotation
Automatically generated from the
ExponentialBackoffConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Class<?> static ExponentialBackoffConfigImplcreate(FaultToleranceMethod method) intfactor()booleanvoidlongmaxDelay()method()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.ExponentialBackoffConfig
validate
-
Method Details
-
create
-
beanClass
-
method
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()- Specified by:
isOnMethodin interfaceConfig
-
factor
public int factor() -
maxDelay
public long maxDelay() -
maxDelayUnit
-
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-