public class CircuitBreakerConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.CircuitBreaker>
| Modifier and Type | Field and Description |
|---|---|
static String |
DELAY |
static String |
DELAY_UNIT |
static String |
FAIL_ON |
static String |
FAILURE_RATIO |
static String |
REQUEST_VOLUME_THRESHOLD |
static String |
SKIP_ON |
static String |
SUCCESS_THRESHOLD |
static String |
SYNCHRONOUS_STATE_VALIDATION |
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method| Constructor and Description |
|---|
CircuitBreakerConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod) |
CircuitBreakerConfig(Class<?> beanClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Class<?>> |
getKeysToType() |
void |
validate() |
get, get, getConfig, getConfigKeyForClass, getConfigKeyForMethod, getMethodInfopublic static final String DELAY
public static final String DELAY_UNIT
public static final String FAIL_ON
public static final String SKIP_ON
public static final String FAILURE_RATIO
public static final String REQUEST_VOLUME_THRESHOLD
public static final String SUCCESS_THRESHOLD
public static final String SYNCHRONOUS_STATE_VALIDATION
public CircuitBreakerConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
public void validate()
validate in class GenericConfig<org.eclipse.microprofile.faulttolerance.CircuitBreaker>protected Map<String,Class<?>> getKeysToType()
getKeysToType in class GenericConfig<org.eclipse.microprofile.faulttolerance.CircuitBreaker>Copyright © 2018–2020. All rights reserved.