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.