All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jeesuite.kafka.consumer.hanlder.RetryErrorMessageHandler Maven / Gradle / Ivy

package com.jeesuite.kafka.consumer.hanlder;

import com.jeesuite.kafka.message.DefaultMessage;

/**
 * 消费错误消息处理接口(自动重试后失败则触发)
 * @description 
* @author vakin * @date 2017年11月27日 */ public interface RetryErrorMessageHandler { public void process(String group,String topic,DefaultMessage message); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy