
org.frameworkset.plugin.kafka.StoreService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-plugin-kafka1x Show documentation
Show all versions of bboss-plugin-kafka1x Show documentation
hibernate plugin,word/pdf plugin
The newest version!
package org.frameworkset.plugin.kafka;
import kafka.message.MessageAndMetadata;
import java.util.List;
public interface StoreService {
public void store(List> messages) throws Exception ;
public void store(MessageAndMetadata message) throws Exception ;
public void closeService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy