Class BlockingConfigImpl
- java.lang.Object
-
- io.smallrye.faulttolerance.config.BlockingConfigImpl
-
- All Implemented Interfaces:
Config,BlockingConfig,Annotation
public final class BlockingConfigImpl extends Object implements BlockingConfig
Automatically generated from theBlockingConfigconfig 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 BlockingConfigImplcreate(FaultToleranceMethod method)booleanisOnMethod()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.BlockingConfig
validate
-
-
-
-
Method Detail
-
create
public static BlockingConfigImpl 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
-
-