|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Consumer
Consumer of the producer annotated with @send(topic) of the method; * Topic/queue(1:N or 1:1): if a class annotated with @Consumer(XX); it must implements com.jdon.domain.message.DomainEventHandler
@Send| 必需元素摘要 | |
|---|---|
String |
value
topic name |
| 元素详细信息 |
|---|
public abstract String value
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||