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 voidhandlePublicationError(MessagePublication publication, PublicationError error) Methods inherited from class AbstractSubscriptionContextAware
getContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IHandlerInvocation
invokeMethods inherited from interface ISubscriptionContextAware
getContext
-
Constructor Details
-
HandlerInvocation
-
-
Method Details
-
handlePublicationError
-