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