Package com.clickhouse.client.grpc.impl
Class ClickHouseGrpc.ClickHouseImplBase
java.lang.Object
com.clickhouse.client.grpc.impl.ClickHouseGrpc.ClickHouseImplBase
- All Implemented Interfaces:
ClickHouseGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ClickHouseGrpc
public abstract static class ClickHouseGrpc.ClickHouseImplBase
extends Object
implements io.grpc.BindableService, ClickHouseGrpc.AsyncService
Base class for the server implementation of the service ClickHouse.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.clickhouse.client.grpc.impl.ClickHouseGrpc.AsyncService
executeQuery, executeQueryWithStreamInput, executeQueryWithStreamIO, executeQueryWithStreamOutput
-
Constructor Details
-
ClickHouseImplBase
public ClickHouseImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-