Class FibonacciBackoffConfigImpl
java.lang.Object
io.smallrye.faulttolerance.basicconfig.FibonacciBackoffConfigImpl
- All Implemented Interfaces:
Config,FibonacciBackoffConfig,Annotation
Automatically generated from the
FibonacciBackoffConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> static FibonacciBackoffConfigImplcreate(FaultToleranceMethod method) static FibonacciBackoffConfigImplcreate(String id, Supplier<FibonacciBackoff> supplier) 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.FibonacciBackoffConfig
validate
-
Method Details
-
create
-
create
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
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
-