Interface ISubscriptionContextAware
- All Known Subinterfaces:
IHandlerInvocation<HANDLER,MESSAGE>, IMessageDispatcher
- All Known Implementing Classes:
AbstractSubscriptionContextAware, AsynchronousHandlerInvocation, DelegatingMessageDispatcher, EnvelopedMessageDispatcher, FilteredMessageDispatcher, HandlerInvocation, MessageDispatcher, ReflectiveHandlerInvocation, SynchronizedHandlerInvocation
public interface ISubscriptionContextAware
This interface marks components that have access to the subscription context.
-
Method Summary
Modifier and TypeMethodDescriptionGet the subscription context associated with this object
-
Method Details
-
getContext
SubscriptionContext getContext()Get the subscription context associated with this object- Returns:
- the subscription context associated with this object
-