com.jdon.annotation
注释类型 Consumer


@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

作者:
banq
另请参见:
@Send

必需元素摘要
 String value
          topic name
 

元素详细信息

value

public abstract String value
topic name

返回:
topic name


Copyright © 2013. All Rights Reserved.