Annotation Type 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
      java.lang.Class[] messages
      The set of messages that should be dispatched to the message handler
    • Element Detail

      • messages

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