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 SubscriptionContextGet the subscription context associated with this object
-
Field Details
-
context
-
-
Constructor Details
-
AbstractSubscriptionContextAware
-
-
Method Details
-
getContext
Description copied from interface:ISubscriptionContextAwareGet the subscription context associated with this object- Specified by:
getContextin interfaceISubscriptionContextAware- Returns:
- the subscription context associated with this object
-