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 TypeClassDescriptionclass
A delegating dispatcher wraps additional logic around a given delegate.class
The enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.final class
A dispatcher that implements message filtering based on the filter configuration of the associated message handler.class
Standard implementation for direct, unfiltered message delivery.Fields in net.engio.mbassy.dispatch declared as IMessageDispatcherModifier and TypeFieldDescriptionprivate final IMessageDispatcher
DelegatingMessageDispatcher.delegate
Methods in net.engio.mbassy.dispatch that return IMessageDispatcherModifier and TypeMethodDescriptionprotected IMessageDispatcher
DelegatingMessageDispatcher.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
Fields in net.engio.mbassy.subscription declared as IMessageDispatcherMethods in net.engio.mbassy.subscription that return IMessageDispatcherModifier and TypeMethodDescriptionprotected IMessageDispatcher
SubscriptionFactory.buildDispatcher
(SubscriptionContext context, IHandlerInvocation invocation) Constructors in net.engio.mbassy.subscription with parameters of type IMessageDispatcherModifierConstructorDescription(package private)
Subscription
(SubscriptionContext context, IMessageDispatcher dispatcher, Collection<Object> listeners)