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

com.jeesuite.kafka.producer.handler.ComsumerAckHandler Maven / Gradle / Ivy

/**
 * 
 */
package com.jeesuite.kafka.producer.handler;

/**
 * 消息已消费回执
 * @description 
* @author vakin * @date 2016年10月28日 */ public interface ComsumerAckHandler { int ack(String msgId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy