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 TypeClassDescriptionclassThis invocation will schedule the wrapped (decorated) invocation to be executed asynchronouslyclassHandlerInvocation<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.classUses reflection to invoke a message handler for a given message.classSynchronizes message handler invocations for all handlers that specify @SynchronizedFields in net.engio.mbassy.dispatch declared as IHandlerInvocationModifier and TypeFieldDescriptionprivate final IHandlerInvocationAsynchronousHandlerInvocation.delegateprivate IHandlerInvocationSynchronizedHandlerInvocation.delegateprivate final IHandlerInvocationMessageDispatcher.invocationMethods 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 IHandlerInvocationSubscriptionFactory.buildInvocationForHandler(SubscriptionContext context) protected IHandlerInvocationSubscriptionFactory.createBaseHandlerInvocation(SubscriptionContext context) Methods in net.engio.mbassy.subscription with parameters of type IHandlerInvocationModifier and TypeMethodDescriptionprotected IMessageDispatcherSubscriptionFactory.buildDispatcher(SubscriptionContext context, IHandlerInvocation invocation)