package org.jeecg.boot.starter.rabbitmq.listenter; import com.rabbitmq.client.Channel; public interface MqListener { default void handler(T map, Channel channel) { } }