public class EnvelopedMessageDispatcher extends DelegatingMessageDispatcher
| Constructor and Description |
|---|
EnvelopedMessageDispatcher(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.
|
getInvocationgetContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextpublic EnvelopedMessageDispatcher(IMessageDispatcher dispatcher)
public void dispatch(MessagePublication publication, Object message, Iterable listeners)
IMessageDispatcherpublication - 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.