public class AsynchronousHandlerInvocation extends AbstractSubscriptionContextAware<IMessageBus> implements IHandlerInvocation<Object,Object,IMessageBus>
| 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)
invoke in interface IHandlerInvocation<Object,Object,IMessageBus>listener - The listener that will receive the messagemessage - The message to be delivered to the listenerCopyright © 2013. All Rights Reserved.