com.jd.blockchain.storage.service.DbConnection Maven / Gradle / Ivy
package com.jd.blockchain.storage.service;
import java.io.Closeable;
public interface DbConnection extends Closeable {
KVStorageService getStorageService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy