Interface RobotMessageTransfer

All Known Implementing Classes:
ImageMessageTransfer, MarkdownMessageTransfer, TextMessageTransfer

public interface RobotMessageTransfer

RobotMessageTransfer

Author:
nekoimi 2022/11/14
  • Method Details

    • supports

      boolean supports(MessageType messageType)

      是否支持消息类型

      Parameters:
      messageType - 消息类型 MessageType
    • transferRobotRequest

      RobotRequest transferRobotRequest(RobotPipelineVars pipelineVars)

      生成机器人请求消息

      Parameters:
      pipelineVars - Pipeline参数
    • transferTextList

      default String transferTextList(RobotPipelineVars pipelineVars)

      处理文本列表消息

      Parameters:
      pipelineVars - Pipeline参数
      Returns: