Uses of Interface
net.engio.mbassy.subscription.ISubscriptionContextAware
-
Packages that use ISubscriptionContextAware Package Description net.engio.mbassy.dispatch net.engio.mbassy.subscription -
-
Uses of ISubscriptionContextAware in net.engio.mbassy.dispatch
Subinterfaces of ISubscriptionContextAware in net.engio.mbassy.dispatch Modifier and Type Interface Description interfaceIHandlerInvocation<HANDLER,MESSAGE>A handler invocation encapsulates the logic that is used to invoke a single message handler to process a given message.interfaceIMessageDispatcherA message dispatcher provides the functionality to deliver a single message to a set of listeners.Classes in net.engio.mbassy.dispatch that implement ISubscriptionContextAware Modifier and Type Class Description classAsynchronousHandlerInvocationThis invocation will schedule the wrapped (decorated) invocation to be executed asynchronouslyclassDelegatingMessageDispatcherA delegating dispatcher wraps additional logic around a given delegate.classEnvelopedMessageDispatcherThe enveloped dispatcher will wrap published messages in an envelope before passing them to their configured dispatcher.classFilteredMessageDispatcherA 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.classMessageDispatcherStandard implementation for direct, unfiltered message delivery.classReflectiveHandlerInvocationUses reflection to invoke a message handler for a given message.classSynchronizedHandlerInvocationSynchronizes 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 ISubscriptionContextAware Modifier and Type Class Description classAbstractSubscriptionContextAwareThe base implementation for subscription context aware objects (mightily obvious :)
-