Class RestCancellableNodeClient

All Implemented Interfaces:
Closeable, AutoCloseable, Client, ElasticsearchClient, org.elasticsearch.core.Releasable

public class RestCancellableNodeClient extends FilterClient
A Client that cancels tasks executed locally when the provided HttpChannel is closed before completion.
  • Constructor Details

    • RestCancellableNodeClient

      public RestCancellableNodeClient(NodeClient client, HttpChannel httpChannel)
  • Method Details