public interface IMessageDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(Object message,
ConcurrentSet listeners)
Delivers the given message to the given set of listeners.
|
MessagingContext |
getContext()
Get the messaging context associated with this dispatcher
|
IHandlerInvocation |
getInvocation()
Get the handler invocation that will be used to deliver the message to each
listener
|
void dispatch(Object message, ConcurrentSet listeners)
message - The message that should be delivered to the listenerslisteners - The listeners that should receive the messageMessagingContext getContext()
IHandlerInvocation getInvocation()
Copyright © 2013. All Rights Reserved.