
org.frameworkset.rocketmq.StoreService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-plugin-rocketmq Show documentation
Show all versions of bboss-plugin-rocketmq Show documentation
bboss-plugins project,include Kafka,rocketmq,nacos,apollo,log4j,spring,word2pdf,pdf2swf,hibernate,dubbo plugins.
The newest version!
package org.frameworkset.rocketmq;
import org.frameworkset.rocketmq.codec.RocketmqMessage;
import java.util.List;
/**
* 数据持久化处理
*/
public interface StoreService {
public void store(List> messages) throws Exception ;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy