Uses of Class
net.engio.mbassy.subscription.AbstractSubscriptionContextAware
Packages that use AbstractSubscriptionContextAware
-
Uses of AbstractSubscriptionContextAware in net.engio.mbassy.dispatch
Subclasses of AbstractSubscriptionContextAware in net.engio.mbassy.dispatchModifier and TypeClassDescriptionclassThis invocation will schedule the wrapped (decorated) invocation to be executed asynchronouslyclassA delegating dispatcher wraps additional logic around a given delegate.classThe enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.final classA dispatcher that implements message filtering based on the filter configuration of the associated message handler.classHandlerInvocation<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.classStandard implementation for direct, unfiltered message delivery.classUses reflection to invoke a message handler for a given message.classSynchronizes message handler invocations for all handlers that specify @Synchronized