接口 ISubHander<T>


public interface ISubHander<T>
订阅消息处理
  • 方法概要

    修饰符和类型
    方法
    说明
    T.class
    boolean
    hander(T m, com.rabbitmq.client.BasicProperties properties)
    订阅消息处理
  • 方法详细资料

    • getTClass

      Class<T> getTClass()
      T.class
      返回:
      T.class
    • hander

      boolean hander(T m, com.rabbitmq.client.BasicProperties properties) throws Exception
      订阅消息处理
      参数:
      m - m
      properties - properties
      返回:
      boolean
      抛出:
      Exception - Exception