| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
Sender.send(RawPreMessage msg)
自定义消息
|
default ActionResult |
DirectSender.send(RawPreMessage msg) |
ActionResult |
DirectSender.sendDirect(RawPreMessage msg)
自定义消息
|
| 限定符和类型 | 方法和说明 |
|---|---|
default ActionResult |
MessageDirectReceiveEvent.send(RawPreMessage msg)
替换默认
|
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
Channel.send(RawPreMessage msg)
此方式发送的消息 为主动消息 会受到次数限制
|
ActionResult |
Dms.sendDirect(RawPreMessage msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
RawMessage.send(RawPreMessage msg) |
ActionResult |
DirectMessage.send(RawPreMessage msg)
替换默认
|
ActionResult |
DirectMessage.sendDirect(RawPreMessage msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
MessageBase.send(String cid,
RawPreMessage body,
Map<String,String> headers)
send a message
|
ActionResult |
DmsBase.send(String gid,
RawPreMessage body,
Map<String,String> headers)
send a Direct message
|
| 限定符和类型 | 方法和说明 |
|---|---|
ActionResult |
BaseMessageEvent.send(RawPreMessage msg) |
ActionResult |
BaseMessageDirectReceiveEvent.send(RawPreMessage msg)
替换默认
|
ActionResult |
BaseMessageDirectReceiveEvent.sendDirect(RawPreMessage msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BaseUtils.packet2pre(MessagePacket packet,
RawPreMessage msg)
类型转换
|
Copyright © 2023. All rights reserved.