Package net.engio.mbassy.subscription
Interface ISubscriptionContextAware
-
- All Known Subinterfaces:
IHandlerInvocation<HANDLER,MESSAGE>,IMessageDispatcher
- All Known Implementing Classes:
AbstractSubscriptionContextAware,AsynchronousHandlerInvocation,DelegatingMessageDispatcher,EnvelopedMessageDispatcher,FilteredMessageDispatcher,HandlerInvocation,MessageDispatcher,ReflectiveHandlerInvocation,SynchronizedHandlerInvocation
public interface ISubscriptionContextAwareThis interface marks components that have access to the subscription context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionContextgetContext()Get the subscription context associated with this object
-
-
-
Method Detail
-
getContext
SubscriptionContext getContext()
Get the subscription context associated with this object- Returns:
- the subscription context associated with this object
-
-