Uses of Interface
net.engio.mbassy.subscription.ISubscriptionContextAware
Packages that use ISubscriptionContextAware
-
Uses of ISubscriptionContextAware in net.engio.mbassy.dispatch
Subinterfaces of ISubscriptionContextAware in net.engio.mbassy.dispatchModifier and TypeInterfaceDescriptioninterface
IHandlerInvocation<HANDLER,
MESSAGE> A handler invocation encapsulates the logic that is used to invoke a single message handler to process a given message.interface
A message dispatcher provides the functionality to deliver a single message to a set of listeners.Classes in net.engio.mbassy.dispatch that implement ISubscriptionContextAwareModifier and TypeClassDescriptionclass
This invocation will schedule the wrapped (decorated) invocation to be executed asynchronouslyclass
A delegating dispatcher wraps additional logic around a given delegate.class
The enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.final class
A dispatcher that implements message filtering based on the filter configuration of the associated message handler.class
HandlerInvocation<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.class
Standard implementation for direct, unfiltered message delivery.class
Uses reflection to invoke a message handler for a given message.class
Synchronizes message handler invocations for all handlers that specify @Synchronized -
Uses of ISubscriptionContextAware in net.engio.mbassy.subscription
Classes in net.engio.mbassy.subscription that implement ISubscriptionContextAwareModifier and TypeClassDescriptionclass
The base implementation for subscription context aware objects (mightily obvious :)