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 -
Method Summary
Modifier and TypeMethodDescriptionprotected final 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 Details
-
HandlerInvocation
-
-
Method Details
-
handlePublicationError
-