Interface IProgressNotify


public interface IProgressNotify
IProgressNotify
Author:
zhangjianshe <zhangjianshe@gmail.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Long userId, String subTopic, int phase, Integer type, String message, int progress)
    向用户 userId 发送通用 task_message 消息
  • Method Details

    • notify

      void notify(Long userId, String subTopic, int phase, Integer type, String message, int progress)
      向用户 userId 发送通用 task_message 消息
      Parameters:
      userId - 用户ID
      subTopic - 主题
      phase - 阶段名称
      type - 消息类型
      message - 消息内容
      progress - 消息进度 0-100