Annotation Interface Enveloped


@Retention(RUNTIME) @Inherited @Target({METHOD,ANNOTATION_TYPE}) public @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
    Modifier and Type
    Required Element
    Description
    The set of messages that should be dispatched to the message handler
  • Element Details

    • messages

      Class[] messages
      The set of messages that should be dispatched to the message handler