Uses of Interface
net.engio.mbassy.dispatch.IMessageDispatcher
-
Packages that use IMessageDispatcher Package Description net.engio.mbassy.dispatch net.engio.mbassy.subscription -
-
Uses of IMessageDispatcher in net.engio.mbassy.dispatch
Classes in net.engio.mbassy.dispatch that implement IMessageDispatcher Modifier and Type Class Description classDelegatingMessageDispatcherA delegating dispatcher wraps additional logic around a given delegate.classEnvelopedMessageDispatcherThe enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.classFilteredMessageDispatcherA dispatcher that implements message filtering based on the filter configuration of the associated message handler.classMessageDispatcherStandard implementation for direct, unfiltered message delivery.Fields in net.engio.mbassy.dispatch declared as IMessageDispatcher Modifier and Type Field Description private IMessageDispatcherDelegatingMessageDispatcher. delegateMethods in net.engio.mbassy.dispatch that return IMessageDispatcher Modifier and Type Method Description protected IMessageDispatcherDelegatingMessageDispatcher. getDelegate()Constructors in net.engio.mbassy.dispatch with parameters of type IMessageDispatcher Constructor Description DelegatingMessageDispatcher(IMessageDispatcher delegate)EnvelopedMessageDispatcher(IMessageDispatcher dispatcher)FilteredMessageDispatcher(IMessageDispatcher dispatcher) -
Uses of IMessageDispatcher in net.engio.mbassy.subscription
Fields in net.engio.mbassy.subscription declared as IMessageDispatcher Modifier and Type Field Description private IMessageDispatcherSubscription. dispatcherMethods in net.engio.mbassy.subscription that return IMessageDispatcher Modifier and Type Method Description protected IMessageDispatcherSubscriptionFactory. buildDispatcher(SubscriptionContext context, IHandlerInvocation invocation)Constructors in net.engio.mbassy.subscription with parameters of type IMessageDispatcher Constructor Description Subscription(SubscriptionContext context, IMessageDispatcher dispatcher, java.util.Collection<java.lang.Object> listeners)
-