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