Class TimeoutConfigImpl
java.lang.Object
io.smallrye.faulttolerance.config.TimeoutConfigImpl
- All Implemented Interfaces:
Config,TimeoutConfig,Annotation
Automatically generated from the
TimeoutConfig config interface, do not modify.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> Class<?> static TimeoutConfigImplcreate(FaultToleranceMethod method) booleanvoidmethod()unit()longvalue()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.faulttolerance.config.TimeoutConfig
validate
-
Method Details
-
create
-
beanClass
-
method
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation- Specified by:
annotationTypein interfaceConfig
-
isOnMethod
public boolean isOnMethod()- Specified by:
isOnMethodin interfaceConfig
-
value
public long value() -
unit
-
materialize
public void materialize()- Specified by:
materializein interfaceConfig
-