Package net.engio.mbassy.subscription
Class AbstractSubscriptionContextAware
java.lang.Object
net.engio.mbassy.subscription.AbstractSubscriptionContextAware
- All Implemented Interfaces:
ISubscriptionContextAware
- Direct Known Subclasses:
AsynchronousHandlerInvocation
,DelegatingMessageDispatcher
,HandlerInvocation
,MessageDispatcher
,SynchronizedHandlerInvocation
The base implementation for subscription context aware objects (mightily obvious :)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SubscriptionContext
Get the subscription context associated with this object
-
Field Details
-
context
-
-
Constructor Details
-
AbstractSubscriptionContextAware
-
-
Method Details
-
getContext
Description copied from interface:ISubscriptionContextAware
Get the subscription context associated with this object- Specified by:
getContext
in interfaceISubscriptionContextAware
- Returns:
- the subscription context associated with this object
-