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

org.frameworkset.plugin.kafka.StoreService Maven / Gradle / Ivy

The newest version!
package org.frameworkset.plugin.kafka;

import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;

public interface StoreService {
	public void store(ConsumerRecords records)  throws Exception ;
	public void store(ConsumerRecord message)  throws Exception ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy