@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface MessageListener
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 |
pipeletId
set the target pipelet id 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 |
subcribePositionStore
The bean name of the
SubcribePositionStore implements for the
start with position to receive dataif not set will use remote message position by session id. |
public abstract String pipeletName
bigPipeConf()public abstract String bigPipeConf
BigPipeConf to use create
DefaultListenerSubscriber on initialize.public abstract String cluster
bigPipeConf()public abstract String pipeletId
bigPipeConf()public abstract String subcribePositionStore
SubcribePositionStore implements for the
start with position to receive datapublic abstract String bodyConverter
MessageBodyConverter implementation. defalut
will use StringMessageBodyConverterCopyright © 2017. All rights reserved.