Class ExponentialBackoffConfigImpl
java.lang.Object
io.smallrye.faulttolerance.basicconfig.ExponentialBackoffConfigImpl
- All Implemented Interfaces:
Config,ExponentialBackoffConfig,Annotation
Automatically generated from the
ExponentialBackoffConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> static ExponentialBackoffConfigImplcreate(FaultToleranceMethod method) static ExponentialBackoffConfigImplcreate(String id, Supplier<ExponentialBackoff> supplier) intfactor()org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionExceptionorg.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionExceptionvoidlongmaxDelay()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.basicconfig.ExponentialBackoffConfig
validate
-
Method Details
-
create
-
create
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
factor
public int factor() -
maxDelay
public long maxDelay() -
maxDelayUnit
-
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-
fail
public org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException fail(String reason) -
fail
-