public class AsynchronousHandlerInvocation extends Object implements IHandlerInvocation
| Constructor and Description |
|---|
AsynchronousHandlerInvocation(IHandlerInvocation delegate) |
| 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
|
public AsynchronousHandlerInvocation(IHandlerInvocation delegate)
public void invoke(Method handler, Object listener, Object message)
IHandlerInvocationinvoke in interface IHandlerInvocationhandler - 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 listenerpublic MessagingContext getContext()
IHandlerInvocationgetContext in interface IHandlerInvocationCopyright © 2013. All Rights Reserved.