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

com.jeesuite.kafka.consumer.TopicConsumer Maven / Gradle / Ivy

The newest version!
package com.jeesuite.kafka.consumer;

public interface TopicConsumer {

	void start() ;
	
	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy