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