Annotation Interface MessageMapping


@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,METHOD}) @Executable(processOnStartup=true) @Inherited public @interface MessageMapping
Generic stereotype annotation that models a mapping of a message listener onto a target destination, whether that be a queue a topic or whatever.
Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      The message destination
      Default:
      {}