Class BulkheadNoConfigImpl
java.lang.Object
io.smallrye.faulttolerance.basicconfig.BulkheadNoConfigImpl
- All Implemented Interfaces:
Config,BulkheadConfig,Annotation
Automatically generated from the
BulkheadConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> static BulkheadNoConfigImplorg.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionExceptionorg.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionExceptionvoidintvalue()intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.basicconfig.BulkheadConfig
validate
-
Method Details
-
create
public static BulkheadNoConfigImpl create(Supplier<org.eclipse.microprofile.faulttolerance.Bulkhead> supplier) -
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
value
public int value() -
waitingTaskQueue
public int waitingTaskQueue() -
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-
fail
public org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException fail(String reason) -
fail
-