Class BatchedQueryResult

    • Constructor Detail

      • BatchedQueryResult

        public BatchedQueryResult()
    • Method Detail

      • queryID

        public abstract CompletableFuture<String> queryID()
        Returns a CompletableFuture containing the ID of the underlying query if the query is a push query, else null. The future is completed once a response is received from the server.

        If a non-200 response is received from the server, this future will complete exceptionally.

        Returns:
        a future containing the query ID (or null in the case of pull queries)