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.Fields in net.engio.mbassy.dispatch declared as IMessageDispatcherModifier and TypeFieldDescriptionprivate final IMessageDispatcherDelegatingMessageDispatcher.delegateMethods 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
Fields in net.engio.mbassy.subscription declared as IMessageDispatcherMethods in net.engio.mbassy.subscription that return IMessageDispatcherModifier and TypeMethodDescriptionprotected IMessageDispatcherSubscriptionFactory.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)