Class CommandInterceptor
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.CommandInterceptor
-
@Interceptor @CommandBinding @Priority(4010) public class CommandInterceptor extends Object
Class CommandInterceptor.
-
-
Constructor Summary
Constructors Constructor Description CommandInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
interceptCommand(javax.interceptor.InvocationContext context)
Intercepts a call to bean method annotated by any of the fault tolerance annotations.
-
-
-
Method Detail
-
interceptCommand
public Object interceptCommand(javax.interceptor.InvocationContext context) throws Throwable
Intercepts a call to bean method annotated by any of the fault tolerance annotations.- Parameters:
context
- Invocation context.- Returns:
- Whatever the intercepted method returns.
- Throws:
Throwable
- If a problem occurs.
-
-