Package me.ehp246.aufjms.api.inbound
Interface InvocationListener
- All Known Subinterfaces:
InvocationListener.OnCompleted,InvocationListener.OnFailed,InvocationListener.OnInvoking
public sealed interface InvocationListener
permits InvocationListener.OnInvoking, InvocationListener.OnCompleted, InvocationListener.OnFailed
- Since:
- 1.0
- Author:
- Lei Yang
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceWhen an invocation fails on a BoundInvocable, InvocableDispatcher makes the best effort to call all InvocationListener.OnFailed listeners in turn passing in the failure.static interface