public interface MqMessage
| 限定符和类型 | 方法和说明 |
|---|---|
void |
acknowledge(boolean isOk)
确认
|
String |
getContent()
消息内容
|
String |
getId()
消息ID
|
int |
getTimes()
已派发次数
|
String |
getTopic()
主题
|
String getId()
String getTopic()
String getContent()
int getTimes()
void acknowledge(boolean isOk)
throws IOException
IOExceptionCopyright © 2023. All rights reserved.