public class RetryConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.Retry>
| Modifier and Type | Field and Description |
|---|---|
static String |
ABORT_ON |
static String |
DELAY |
static String |
DELAY_UNIT |
static String |
DURATION_UNIT |
static String |
JITTER |
static String |
JITTER_DELAY_UNIT |
static String |
MAX_DURATION |
static String |
MAX_RETRIES |
static String |
RETRY_ON |
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method| Constructor and Description |
|---|
RetryConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod) |
RetryConfig(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 MAX_RETRIES
public static final String DELAY
public static final String DELAY_UNIT
public static final String MAX_DURATION
public static final String DURATION_UNIT
public static final String JITTER
public static final String JITTER_DELAY_UNIT
public static final String RETRY_ON
public static final String ABORT_ON
public RetryConfig(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod)
public void validate()
validate in class GenericConfig<org.eclipse.microprofile.faulttolerance.Retry>protected Map<String,Class<?>> getKeysToType()
getKeysToType in class GenericConfig<org.eclipse.microprofile.faulttolerance.Retry>Copyright © 2018–2020. All rights reserved.