Uses of Interface
net.engio.mbassy.dispatch.IHandlerInvocation
Packages that use IHandlerInvocation
-
Uses of IHandlerInvocation in net.engio.mbassy.dispatch
Classes in net.engio.mbassy.dispatch that implement IHandlerInvocationModifier and TypeClassDescriptionclass
This invocation will schedule the wrapped (decorated) invocation to be executed asynchronouslyclass
HandlerInvocation<HANDLER,
MESSAGE> This is the base class for handler invocations that already implements all context related methods only leaving the implementation of the actual invocation mechanism to the concrete subclass.class
Uses reflection to invoke a message handler for a given message.class
Synchronizes message handler invocations for all handlers that specify @SynchronizedFields in net.engio.mbassy.dispatch declared as IHandlerInvocationModifier and TypeFieldDescriptionprivate final IHandlerInvocation
AsynchronousHandlerInvocation.delegate
private IHandlerInvocation
SynchronizedHandlerInvocation.delegate
private final IHandlerInvocation
MessageDispatcher.invocation
Methods in net.engio.mbassy.dispatch that return IHandlerInvocationModifier and TypeMethodDescriptionDelegatingMessageDispatcher.getInvocation()
IMessageDispatcher.getInvocation()
Get the handler invocation that will be used to deliver the message to each listener.MessageDispatcher.getInvocation()
Constructors in net.engio.mbassy.dispatch with parameters of type IHandlerInvocationModifierConstructorDescriptionMessageDispatcher
(SubscriptionContext context, IHandlerInvocation invocation) -
Uses of IHandlerInvocation in net.engio.mbassy.subscription
Methods in net.engio.mbassy.subscription that return IHandlerInvocationModifier and TypeMethodDescriptionprotected IHandlerInvocation
SubscriptionFactory.buildInvocationForHandler
(SubscriptionContext context) protected IHandlerInvocation
SubscriptionFactory.createBaseHandlerInvocation
(SubscriptionContext context) Methods in net.engio.mbassy.subscription with parameters of type IHandlerInvocationModifier and TypeMethodDescriptionprotected IMessageDispatcher
SubscriptionFactory.buildDispatcher
(SubscriptionContext context, IHandlerInvocation invocation)