Annotation Type 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
      java.lang.String[] value  
    • Element Detail

      • value

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