Uses of Class
io.smallrye.faulttolerance.autoconfig.MethodDescriptor
-
-
Uses of MethodDescriptor in io.smallrye.faulttolerance.autoconfig
Fields in io.smallrye.faulttolerance.autoconfig declared as MethodDescriptor Modifier and Type Field Description MethodDescriptorFaultToleranceMethod. beforeRetryMethodMethodDescriptorFaultToleranceMethod. fallbackMethodMethodDescriptorFaultToleranceMethod. methodFields in io.smallrye.faulttolerance.autoconfig with type parameters of type MethodDescriptor Modifier and Type Field Description List<MethodDescriptor>FaultToleranceMethod. fallbackMethodsWithExceptionParameterMethods in io.smallrye.faulttolerance.autoconfig that return MethodDescriptor Modifier and Type Method Description MethodDescriptorConfig. method()Methods in io.smallrye.faulttolerance.autoconfig with parameters of type MethodDescriptor Modifier and Type Method Description static <A extends Annotation>
booleanConfig. isEnabled(Class<A> annotationType, MethodDescriptor method)
-