public class ReflectiveHandlerInvocation extends AbstractSubscriptionContextAware implements IHandlerInvocation
| Constructor and Description |
|---|
ReflectiveHandlerInvocation(SubscriptionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handlePublicationError(PublicationError error) |
void |
invoke(Object listener,
Object message)
Invoke the message delivery logic of this handler
|
protected void |
invokeHandler(Object message,
Object listener,
Method handler) |
getBus, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextgetBuspublic ReflectiveHandlerInvocation(SubscriptionContext context)
protected void handlePublicationError(PublicationError error)
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.