Class CustomBackoffConfigImpl
java.lang.Object
io.smallrye.faulttolerance.config.CustomBackoffConfigImpl
- All Implemented Interfaces:
Config,CustomBackoffConfig,Annotation
Automatically generated from the
CustomBackoffConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Class<?> static CustomBackoffConfigImplcreate(FaultToleranceMethod method) booleanvoidmethod()Class<? extends CustomBackoffStrategy> value()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.CustomBackoffConfig
validate
-
Method Details
-
create
-
beanClass
-
method
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()- Specified by:
isOnMethodin interfaceConfig
-
value
-
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-