Class BeforeRetryMethod
- java.lang.Object
-
- io.smallrye.faulttolerance.internal.BeforeRetryMethod
-
public final class BeforeRetryMethod extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Invoker<?>createInvoker(FailureContext ctx)static BeforeRetryMethodfind(InterceptionPoint point, String beforeRetryMethodName)
-
-
-
Method Detail
-
createInvoker
public Invoker<?> createInvoker(FailureContext ctx) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
find
public static BeforeRetryMethod find(InterceptionPoint point, String beforeRetryMethodName)
-
-