Class GrpcClientRequest<T>
java.lang.Object
io.metaloom.qdrant.client.grpc.method.GrpcClientRequest<T>
-
Constructor Summary
ConstructorsConstructorDescriptionGrpcClientRequest(ClientSettings settings, Supplier<T> blockingSupplier, Supplier<com.google.common.util.concurrent.ListenableFuture<T>> asyncSupplier) -
Method Summary
-
Constructor Details
-
GrpcClientRequest
public GrpcClientRequest(ClientSettings settings, Supplier<T> blockingSupplier, Supplier<com.google.common.util.concurrent.ListenableFuture<T>> asyncSupplier)
-
-
Method Details
-
sync
Execute the request synchronously / blocking.- Returns:
-
async
Execute the request asynchronously.- Returns:
-
rx
Execute the the request asynchronously via RxJava.- Returns:
-