@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface QueueMessageListener
NoneBlockingBigpipePubClient
interface.| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
bigPipeConf
The bean name of the
BigPipeConf to use create
DefaultListenerSubscriber on initialize. |
String |
bodyConverter
The bean name of the
MessageBodyConverter implementation. defalut
will use StringMessageBodyConverter |
String |
cluster
set the name of bigpipe cluster. this set will override the value from
bigPipeConf bean.
|
String |
pipeletName
set the name of pipelet. this set will override the value from
bigPipeConf bean.
|
String |
queue
set the target queue. this set will override the value from
bigPipeConf bean.
|
public abstract String pipeletName
bigPipeConf()public abstract String bigPipeConf
BigPipeConf to use create
DefaultListenerSubscriber on initialize.public abstract String cluster
bigPipeConf()public abstract String queue
bigPipeConf()public abstract String bodyConverter
MessageBodyConverter implementation. defalut
will use StringMessageBodyConverterCopyright © 2017. All rights reserved.