public interface MqClientInternal extends MqClient
| 限定符和类型 | 方法和说明 |
|---|---|
void |
publish2(String tmid,
List<String> keyAry,
boolean isRollback)
发布二次提交
|
void |
reply(org.noear.socketd.transport.core.Session session,
MqMessageReceivedImpl message,
boolean isOk,
org.noear.socketd.transport.core.Entity entity)
消息答复
|
autoAcknowledge, autoAcknowledge, call, config, connect, consumeExecutor, disconnect, listen, name, nameAs, namespace, namespaceAs, newTransaction, publish, publishAsync, send, send, subscribe, subscribe, subscribe, transactionCheckback, unpublish, unpublishAsync, unsubscribe, unsubscribevoid publish2(String tmid, List<String> keyAry, boolean isRollback) throws IOException
tmid - 事务管理idkeyAry - 消息主键集合isRollback - 是否回滚IOExceptionvoid reply(org.noear.socketd.transport.core.Session session,
MqMessageReceivedImpl message,
boolean isOk,
org.noear.socketd.transport.core.Entity entity)
throws IOException
session - 会话message - 收到的消息isOk - 回执entity - 实体IOExceptionCopyright © 2024. All rights reserved.