接口 IMessageSendHandler
- 所有已知实现类:
ApiLogSendMQHandler
public interface IMessageSendHandler
现在可以支持任意能够发送消息的工具
发送记录日志处理
发送记录日志处理
- 从以下版本开始:
- 1.0.0
-
方法概要
-
方法详细资料
-
getMessageType
MessageType getMessageType()支持的消息类型- 返回:
- 消息研
-
send
发送消息- 参数:
message
- 消息- 返回:
- 是否发送成功
-