Uses of Package
net.engio.mbassy.dispatch
Packages that use net.engio.mbassy.dispatch
Package
Description
-
Classes in net.engio.mbassy.dispatch used by net.engio.mbassy.dispatchClassDescriptionA delegating dispatcher wraps additional logic around a given delegate.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.A handler invocation encapsulates the logic that is used to invoke a single message handler to process a given message.A message dispatcher provides the functionality to deliver a single message to a set of listeners.
-
Classes in net.engio.mbassy.dispatch used by net.engio.mbassy.listenerClassDescriptionThis 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.
-
Classes in net.engio.mbassy.dispatch used by net.engio.mbassy.subscriptionClassDescriptionA handler invocation encapsulates the logic that is used to invoke a single message handler to process a given message.A message dispatcher provides the functionality to deliver a single message to a set of listeners.