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

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

package com.jeesuite.kafka.consumer;

public interface TopicConsumer {

	void start() ;
	
	void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy