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

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 - 2024 Weber Informatics LLC | Privacy Policy