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

tech.ytsaurus.client.RpcClientFactory Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client;

import tech.ytsaurus.client.rpc.RpcClient;

interface RpcClientFactory {
    RpcClient create(HostPort hostPort, String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy