Class BulkheadAntn
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.MethodAntn
-
- io.helidon.microprofile.faulttolerance.BulkheadAntn
-
- All Implemented Interfaces:
Annotation
public class BulkheadAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.Bulkhead
Class BulkheadAntn.
-
-
Constructor Summary
Constructors Constructor Description BulkheadAntn(Class<?> beanClass, Method method)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validate the annotation on this method.int
value()
int
waitingTaskQueue()
-
Methods inherited from class io.helidon.microprofile.faulttolerance.MethodAntn
annotationType, getParamOverride, lookupAnnotation
-
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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
validate
public void validate()
Description copied from class:MethodAntn
Validate the annotation on this method.- Specified by:
validate
in classMethodAntn
-
value
public int value()
-
waitingTaskQueue
public int waitingTaskQueue()
-
-