Uses of Package
net.engio.mbassy.listener
Packages that use net.engio.mbassy.listener
Package
Description
-
Classes in net.engio.mbassy.listener used by net.engio.mbassy.bus.configClassDescriptionThe meta data reader is responsible for parsing and validating message handler configurations.
-
Classes in net.engio.mbassy.listener used by net.engio.mbassy.dispatchClassDescriptionMessage filters can be used to control what messages are delivered to a specific message handler.
-
Classes in net.engio.mbassy.listener used by net.engio.mbassy.dispatch.elClassDescriptionMessage filters can be used to control what messages are delivered to a specific message handler.
-
Classes in net.engio.mbassy.listener used by net.engio.mbassy.listenerClassDescriptionThe filter annotation is used to add filters to message listeners.Mark any method of any class(=listener) as a message handler and configure the handler using different properties.Message filters can be used to control what messages are delivered to a specific message handler.Created with IntelliJ IDEA.Configure how the listener is referenced in the event bus.Any method in any class annotated with the @Handler annotation represents a message handler.All instances of any class defining at least one message handler @link MessageHandler are message listeners.
-
Classes in net.engio.mbassy.listener used by net.engio.mbassy.subscriptionClassDescriptionAny method in any class annotated with the @Handler annotation represents a message handler.The meta data reader is responsible for parsing and validating message handler configurations.