Class QdrantGrpc.QdrantImplBase
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.QdrantGrpc.QdrantImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- QdrantGrpc
public abstract static class QdrantGrpc.QdrantImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidhealthCheck(QdrantOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<QdrantOuterClass.HealthCheckReply> responseObserver)
-
Constructor Details
-
QdrantImplBase
public QdrantImplBase()
-
-
Method Details
-
healthCheck
public void healthCheck(QdrantOuterClass.HealthCheckRequest request, io.grpc.stub.StreamObserver<QdrantOuterClass.HealthCheckReply> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-