public class BulkheadAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.Bulkhead
| Constructor and Description |
|---|
BulkheadAntn(java.lang.reflect.Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validate the annotation on this method.
|
int |
value() |
int |
waitingTaskQueue() |
annotationType, getMethod, getParamOverride, getProperty, lookupAnnotationpublic BulkheadAntn(java.lang.reflect.Method method)
method - The method.public void validate()
MethodAntnvalidate in class MethodAntnpublic int value()
public int waitingTaskQueue()
Copyright © 2018–2019 Oracle Corporation. All rights reserved.