Class BeforeRetryConfigImpl
- java.lang.Object
-
- io.smallrye.faulttolerance.config.BeforeRetryConfigImpl
-
- All Implemented Interfaces:
Config,BeforeRetryConfig,Annotation
public final class BeforeRetryConfigImpl extends Object implements BeforeRetryConfig
Automatically generated from theBeforeRetryConfigconfig interface, do not modify.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.faulttolerance.api.BeforeRetry
BeforeRetry.DEFAULT
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()Class<?>beanClass()static BeforeRetryConfigImplcreate(FaultToleranceMethod method)booleanisOnMethod()voidmaterialize()MethodDescriptormethod()StringmethodName()Class<? extends BeforeRetryHandler>value()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Methods inherited from interface io.smallrye.faulttolerance.config.BeforeRetryConfig
validate
-
-
-
-
Method Detail
-
create
public static BeforeRetryConfigImpl create(FaultToleranceMethod method)
-
method
public MethodDescriptor method()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()
- Specified by:
isOnMethodin interfaceConfig
-
value
public Class<? extends BeforeRetryHandler> value()
-
methodName
public String methodName()
-
materialize
public void materialize()
- Specified by:
materializein interfaceConfig
-
-