Class BulkheadConfig
- java.lang.Object
-
- io.smallrye.faulttolerance.config.GenericConfig<org.eclipse.microprofile.faulttolerance.Bulkhead>
-
- io.smallrye.faulttolerance.config.BulkheadConfig
-
public class BulkheadConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.Bulkhead>
- Author:
- Antoine Sabot-Durand
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUEstatic StringWAITING_TASK_QUEUE-
Fields inherited from class io.smallrye.faulttolerance.config.GenericConfig
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method
-
-
Constructor Summary
Constructors Constructor Description BulkheadConfig(Class<?> beanClass, Method method)BulkheadConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Class<?>>getKeysToType()voidvalidate()-
Methods inherited from class io.smallrye.faulttolerance.config.GenericConfig
get, get, getConfig, getConfigKeyForClass, getConfigKeyForMethod, getMethodInfo
-
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
WAITING_TASK_QUEUE
public static final String WAITING_TASK_QUEUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate()
- Specified by:
validatein classGenericConfig<org.eclipse.microprofile.faulttolerance.Bulkhead>
-
getKeysToType
protected Map<String,Class<?>> getKeysToType()
- Specified by:
getKeysToTypein classGenericConfig<org.eclipse.microprofile.faulttolerance.Bulkhead>
-
-