Interface ClientSettings

All Superinterfaces:
CommonSettings
All Known Subinterfaces:
CollectionMethods, PointMethods, QDrantGRPCClient, SearchMethods, SnapshotMethods
All Known Implementing Classes:
AbstractQDrantGRPCClient, QDrantGRPCClientImpl

public interface ClientSettings extends CommonSettings
  • Method Details

    • channel

      io.grpc.ManagedChannel channel()
      Return the prepared gRPC channel.
      Returns:
    • request

      default <T> GrpcClientRequest<T> request(Supplier<T> blockingSupplier, Supplier<com.google.common.util.concurrent.ListenableFuture<T>> asyncSupplier)