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
- Author:
- Graeme Rocher
-
Optional Element Summary
-
Element Details
-
value
String[] value- Returns:
- The message destination
- Default:
- {}
-