Class EsqlQueryResponse

All Implemented Interfaces:
Closeable, AutoCloseable, Writeable, RefCounted, Releasable

public abstract class EsqlQueryResponse extends ActionResponse implements Releasable
Response to an ES|QL query request. This query response must be closed when the consumer of its response object is finished. Closing the query response closes and invalidates the response object. Calling response() on a closed query response results in an IllegalStateException.
  • Constructor Details

    • EsqlQueryResponse

      public EsqlQueryResponse()
  • Method Details