所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
int |
callService(String topic,
Object[] args,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
callServiceJMAsync(String topic,
Object[] args,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
callServiceJMAsync(String topic,
Object[] args,
byte flag,
Map<String,Object> itemContext,
Object context) |
void |
onMsg(PSData item) |
int |
publishBytes(String topic,
byte[] content,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
publishBytesJMAsync(String topic,
byte[] content,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
publishBytesJMAsync(String topic,
byte[] content,
byte flag,
Map<String,Object> itemContext,
Object context) |
int |
publishMutilItems(PSData[] items) |
IPromise<Integer> |
publishMutilItemsJMAsync(PSData[] items) |
IPromise<Integer> |
publishMutilItemsJMAsync(PSData[] items,
Object context) |
int |
publishOneItem(PSData item) |
IPromise<Integer> |
publishOneItemJMAsync(PSData item) |
IPromise<Integer> |
publishOneItemJMAsync(PSData item,
Object context) |
int |
publishString(String topic,
String content,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
publishStringJMAsync(String topic,
String content,
byte flag,
Map<String,Object> itemContext) |
IPromise<Integer> |
publishStringJMAsync(String topic,
String content,
byte flag,
Map<String,Object> itemContext,
Object context) |
IPromise<Integer> |
subscribeJMAsync(String topic,
Map<String,Object> ctx,
PSDataListener lis) |
IPromise<Boolean> |
unsubscribeJMAsync(String topic,
PSDataListener lis) |