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

tech.ydb.core.rpc.Rpc Maven / Gradle / Ivy

package tech.ydb.core.rpc;

/**
 * @author Sergey Polovko
 */
public interface Rpc extends AutoCloseable {

    String getDatabase();

    @Override
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy