public interface IHandlerInvocation
| Modifier and Type | Method and Description |
|---|---|
MessagingContext |
getContext()
Get the messaging context associated with this invocation
|
void |
invoke(Method handler,
Object listener,
Object message)
Invoke the message delivery logic of this handler invocation
|
void invoke(Method handler, Object listener, Object message)
handler - The method that represents the actual message handler logic of the listenerlistener - The listener that will receive the messagemessage - The message to be delivered to the listenerMessagingContext getContext()
Copyright © 2013. All Rights Reserved.