Class BulkheadConfigImpl
java.lang.Object
io.smallrye.faulttolerance.config.BulkheadConfigImpl
- All Implemented Interfaces:
Config,BulkheadConfig,Annotation
Automatically generated from the
BulkheadConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Class<?> static BulkheadConfigImplcreate(FaultToleranceMethod method) booleanvoidmethod()intvalue()intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.config.BulkheadConfig
validate
-
Method Details
-
create
-
beanClass
-
method
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()- Specified by:
isOnMethodin interfaceConfig
-
value
public int value() -
waitingTaskQueue
public int waitingTaskQueue() -
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-