Interface ConsumerAutoHandler<T>

All Superinterfaces:
ConsumerHandler<T>

public interface ConsumerAutoHandler<T> extends ConsumerHandler<T>
消费者处理器 实现自动 消费对应的topic 数据 的功能
Since:
2023-11-16 22:22:34
Author:
xieyubin
  • Method Details

    • initialization

      void initialization()
      初始化
    • consumer

      MqConsumer<T> consumer()
      获取到消费者
      Returns:
      消费者
    • type

      获取类型 topic
      Returns:
      类型