Package io.weaviate.client.base.grpc
Class AsyncGrpcClient
java.lang.Object
io.weaviate.client.base.grpc.base.BaseGrpcClient
io.weaviate.client.base.grpc.AsyncGrpcClient
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatch.BatchObjectsReply>static AsyncGrpcClientcreate(Config config, AccessTokenProvider tokenProvider) voidshutdown()Methods inherited from class io.weaviate.client.base.grpc.base.BaseGrpcClient
buildChannel, getHeaders
-
Method Details
-
batchObjects
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatch.BatchObjectsReply> batchObjects(WeaviateProtoBatch.BatchObjectsRequest request) -
shutdown
public void shutdown() -
create
-