Uses of Interface
net.engio.mbassy.dispatch.IMessageDispatcher
Packages that use IMessageDispatcher
-
Uses of IMessageDispatcher in net.engio.mbassy.dispatch
Classes in net.engio.mbassy.dispatch that implement IMessageDispatcherModifier and TypeClassDescriptionclassA delegating dispatcher wraps additional logic around a given delegate.classThe enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.final classA dispatcher that implements message filtering based on the filter configuration of the associated message handler.classStandard implementation for direct, unfiltered message delivery.Methods in net.engio.mbassy.dispatch that return IMessageDispatcherModifier and TypeMethodDescriptionprotected IMessageDispatcherDelegatingMessageDispatcher.getDelegate()Constructors in net.engio.mbassy.dispatch with parameters of type IMessageDispatcherModifierConstructorDescriptionEnvelopedMessageDispatcher(IMessageDispatcher dispatcher) FilteredMessageDispatcher(IMessageDispatcher dispatcher) -
Uses of IMessageDispatcher in net.engio.mbassy.subscription
Methods in net.engio.mbassy.subscription that return IMessageDispatcherModifier and TypeMethodDescriptionprotected IMessageDispatcherSubscriptionFactory.buildDispatcher(SubscriptionContext context, IHandlerInvocation invocation)