public class BulkheadValidator extends Object
| Constructor and Description |
|---|
BulkheadValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateAnnotation(org.eclipse.microprofile.faulttolerance.Bulkhead bulkhead,
javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod,
org.eclipse.microprofile.config.Config config)
Validates the given Bulkhead annotation.
|
public static void validateAnnotation(org.eclipse.microprofile.faulttolerance.Bulkhead bulkhead,
javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod,
org.eclipse.microprofile.config.Config config)
bulkhead - The annotation to validateannotatedMethod - The annotated method to validateconfig - The config to get any override values fromCopyright © 2018. All rights reserved.