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