Interface InfoRequestHandler

All Known Implementing Classes:
DefaultClientInfoRequestHandler

public interface InfoRequestHandler
INFO请求业务处理器接口 负责处理INFO请求的业务逻辑 按照项目规范,使用Handler命名
Author:
luna
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receiveInfo(String userId, String content)
    接收INFO消息
  • Method Details

    • receiveInfo

      void receiveInfo(String userId, String content)
      接收INFO消息
      Parameters:
      userId - 用户ID
      content - INFO消息内容