package com.gct.tools.etlcamelhuge.MQ; /** * interface name: SendFailCallBack * * @author lloyd * @version 1.0 * @since 2021/6/24 下午6:58 */ @FunctionalInterface public interface SendFailCallBack { void accept(Throwable e, MessageBody msg); }