Class TimeoutConfig
- java.lang.Object
-
- io.smallrye.faulttolerance.config.GenericConfig<org.eclipse.microprofile.faulttolerance.Timeout>
-
- io.smallrye.faulttolerance.config.TimeoutConfig
-
public class TimeoutConfig extends GenericConfig<org.eclipse.microprofile.faulttolerance.Timeout>
- Author:
- Antoine Sabot-Durand
-
-
Field Summary
Fields Modifier and Type Field Description static StringUNITstatic StringVALUE-
Fields inherited from class io.smallrye.faulttolerance.config.GenericConfig
annotatedMethod, annotation, annotationSource, annotationType, beanClass, CONFIG_PARAMS_CACHE_KEY, method
-
-
Constructor Summary
Constructors Constructor Description TimeoutConfig(Class<?> beanClass, Method method)TimeoutConfig(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
-
UNIT
public static final String UNIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate()
- Specified by:
validatein classGenericConfig<org.eclipse.microprofile.faulttolerance.Timeout>
-
getKeysToType
protected Map<String,Class<?>> getKeysToType()
- Specified by:
getKeysToTypein classGenericConfig<org.eclipse.microprofile.faulttolerance.Timeout>
-
-