| 程序包 | 说明 |
|---|---|
| com.hp.message.domain | |
| com.hp.message.enums | |
| com.hp.message.interfaces |
| 限定符和类型 | 方法和说明 |
|---|---|
MqMsgResultType |
EmqxDataMsg.getHandlerResultCode() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EmqxDataMsg.setHandlerResultCode(MqMsgResultType handlerResultCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MqMsgResultType |
MqMsgResultType.getMsgResultTypeByCode(Integer resultCode) |
static MqMsgResultType |
MqMsgResultType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MqMsgResultType[] |
MqMsgResultType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IFuncCallBack.fail(MqMsgResultType resultType,
V v) |
void |
ISdkMsgCallBack.onError(MqMsgResultType resultType,
V v)
处理失败消息回调
|
Copyright © 2023. All rights reserved.