Class WeaviateGrpc.WeaviateImplBase
java.lang.Object
io.weaviate.client.grpc.protocol.v0.WeaviateGrpc.WeaviateImplBase
- All Implemented Interfaces:
io.grpc.BindableService,WeaviateGrpc.AsyncService
- Enclosing class:
- WeaviateGrpc
public abstract static class WeaviateGrpc.WeaviateImplBase
extends Object
implements io.grpc.BindableService, WeaviateGrpc.AsyncService
Base class for the server implementation of the service Weaviate.
-
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 io.weaviate.client.grpc.protocol.v0.WeaviateGrpc.AsyncService
batchObjects, search
-
Constructor Details
-
WeaviateImplBase
public WeaviateImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-