public class AsynchronousHandlerInvocation extends AbstractSubscriptionContextAware implements IHandlerInvocation
| Constructor and Description |
|---|
AsynchronousHandlerInvocation(IHandlerInvocation delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Object listener,
Object message)
Invoke the message delivery logic of this handler
|
getBus, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextgetBuspublic AsynchronousHandlerInvocation(IHandlerInvocation delegate)
public void invoke(Object listener, Object message)
IHandlerInvocationinvoke in interface IHandlerInvocationlistener - The listener that will receive the messagemessage - The message to be delivered to the listenerCopyright © 2013. All Rights Reserved.