Package net.engio.mbassy.listener
Annotation Interface Enveloped
Configure a handler to receive an enveloped message as a wrapper around the source
message. An enveloped message can contain any type of message
-
Required Element Summary
Required Elements
-
Element Details
-
messages
Class[] messagesThe set of messages that should be dispatched to the message handler
-