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

com.yandex.ydb.core.rpc.Rpc Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
package com.yandex.ydb.core.rpc;

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

    String getDatabase();

    OperationTray getOperationTray();

    @Override
    void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy