Interface ConsumerHandler<T>

All Known Subinterfaces:
ConsumerAutoHandler<T>

public interface ConsumerHandler<T>
消费者处理器 处理接收到的消息
Since:
2023-11-16 22:22:34
Author:
xieyubin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handler(T msg)
    消息处理
  • Method Details

    • handler

      void handler(T msg)
      消息处理
      Parameters:
      msg - 消息