| 程序包 | 说明 |
|---|---|
| org.noear.water.protocol | |
| org.noear.water.protocol.solution |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DistributionModel> |
MessageSource.getDistributionListByMsg(long msg_id) |
List<DistributionModel> |
MessageSource.getDistributionListByMsgIds(List<Object> ids)
获取派发记录
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
MessageSource.setDistributionState(MessageModel msg,
DistributionModel dist,
MessageState state) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DistributionModel> |
MessageSourceRdb.getDistributionListByMsg(long msg_id) |
List<DistributionModel> |
MessageSourceMongo.getDistributionListByMsg(long msg_id) |
List<DistributionModel> |
MessageSourceRdb.getDistributionListByMsgIds(List<Object> ids) |
List<DistributionModel> |
MessageSourceMongo.getDistributionListByMsgIds(List<Object> ids) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
MessageSourceRdb.setDistributionState(MessageModel msg,
DistributionModel dist,
MessageState state) |
boolean |
MessageSourceMongo.setDistributionState(MessageModel msg,
DistributionModel dist,
MessageState state) |
Copyright © 2021. All rights reserved.