Package io.smallrye.faulttolerance.core
Class InvocationContext<V>
java.lang.Object
io.smallrye.faulttolerance.core.InvocationContext<V>
- All Implemented Interfaces:
Callable<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()<E extends InvocationContextEvent>
voidfireEvent(E event) <T> T<T> Tboolean<E extends InvocationContextEvent>
voidregisterEventHandler(Class<E> eventType, Consumer<E> handler) <T> void<T> void