Class AsynchronousConfigImpl
- java.lang.Object
-
- io.smallrye.faulttolerance.config.AsynchronousConfigImpl
-
- All Implemented Interfaces:
Config,AsynchronousConfig,Annotation
public final class AsynchronousConfigImpl extends Object implements AsynchronousConfig
Automatically generated from theAsynchronousConfigconfig interface, do not modify.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()Class<?>beanClass()static AsynchronousConfigImplcreate(FaultToleranceMethod method)booleanisOnMethod()voidmaterialize()MethodDescriptormethod()-
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.AsynchronousConfig
validate
-
-
-
-
Method Detail
-
create
public static AsynchronousConfigImpl 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
-
materialize
public void materialize()
- Specified by:
materializein interfaceConfig
-
-