public final class FilteredMessageDispatcher extends DelegatingMessageDispatcher
Constructor and Description |
---|
FilteredMessageDispatcher(IMessageDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(MessagePublication publication,
Object message,
Iterable listeners)
Delivers the given message to the given set of listeners.
|
getInvocation
getContext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContext
public FilteredMessageDispatcher(IMessageDispatcher dispatcher)
public void dispatch(MessagePublication publication, Object message, Iterable listeners)
IMessageDispatcher
publication
- The message publication that initiated the dispatchmessage
- The message that should be delivered to the listenerslisteners
- The listeners that should receive the messageCopyright © 2018. All rights reserved.