Package net.engio.mbassy.dispatch
Class HandlerInvocation<HANDLER,MESSAGE>
- java.lang.Object
-
- net.engio.mbassy.subscription.AbstractSubscriptionContextAware
-
- net.engio.mbassy.dispatch.HandlerInvocation<HANDLER,MESSAGE>
-
- All Implemented Interfaces:
IHandlerInvocation<HANDLER,MESSAGE>
,ISubscriptionContextAware
- Direct Known Subclasses:
ReflectiveHandlerInvocation
public abstract class HandlerInvocation<HANDLER,MESSAGE> extends AbstractSubscriptionContextAware implements IHandlerInvocation<HANDLER,MESSAGE>
This is the base class for handler invocations that already implements all context related methods only leaving the implementation of the actual invocation mechanism to the concrete subclass.
-
-
Constructor Summary
Constructors Constructor Description HandlerInvocation(SubscriptionContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handlePublicationError(MessagePublication publication, PublicationError error)
-
Methods inherited from class net.engio.mbassy.subscription.AbstractSubscriptionContextAware
getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.engio.mbassy.dispatch.IHandlerInvocation
invoke
-
Methods inherited from interface net.engio.mbassy.subscription.ISubscriptionContextAware
getContext
-
-
-
-
Constructor Detail
-
HandlerInvocation
public HandlerInvocation(SubscriptionContext context)
-
-
Method Detail
-
handlePublicationError
protected final void handlePublicationError(MessagePublication publication, PublicationError error)
-
-