public interface MqServiceInternal
| 限定符和类型 | 方法和说明 |
|---|---|
void |
exchangeDo(org.noear.socketd.transport.core.Message message)
执行交换
|
void |
exchangeDo(String topicConsumer,
org.noear.socketd.transport.core.Message message,
String tid,
int qos,
int times,
long scheduled)
执行交换
|
Map<String,Set<String>> |
getSubscribeMap()
获取订阅关系表(topic=>[topicConsumer])
|
Map<String,MqTopicConsumerQueue> |
getTopicConsumerMap()
获取主题消息者队列表(topicConsumer=>MqTopicConsumerQueue)
|
void |
save()
保存
|
void |
subscribeDo(String topic,
String consumer,
org.noear.socketd.transport.core.Session session)
执行订阅
|
void |
unsubscribeDo(String topic,
String consumer,
org.noear.socketd.transport.core.Session session)
执行取消订阅
|
Map<String,MqTopicConsumerQueue> getTopicConsumerMap()
void subscribeDo(String topic, String consumer, org.noear.socketd.transport.core.Session session)
void unsubscribeDo(String topic, String consumer, org.noear.socketd.transport.core.Session session)
void exchangeDo(org.noear.socketd.transport.core.Message message)
void exchangeDo(String topicConsumer, org.noear.socketd.transport.core.Message message, String tid, int qos, int times, long scheduled)
void save()
Copyright © 2023. All rights reserved.