public interface MqMessageReceived extends IMqMessage
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
acknowledge(boolean isOk)
回执
|
void |
acknowledge(boolean isOk,
org.noear.socketd.transport.core.Entity reply)
回执
|
String |
getConsumerGroup()
消费者组
|
int |
getTimes()
已派发次数
|
String |
getTopic()
主题
|
getAttr, getContent, getExpiration, getQos, getSender, getTid, isSequence, isTransactionString getTopic()
String getConsumerGroup()
int getTimes()
default void acknowledge(boolean isOk)
throws IOException
IOExceptionvoid acknowledge(boolean isOk,
org.noear.socketd.transport.core.Entity reply)
throws IOException
IOExceptionCopyright © 2024. All rights reserved.