Class RestClientTransport

java.lang.Object
co.elastic.clients.transport.ElasticsearchTransportBase
co.elastic.clients.transport.rest_client.RestClientTransport
All Implemented Interfaces:
ElasticsearchTransport, Transport, Closeable, AutoCloseable

public class RestClientTransport extends ElasticsearchTransportBase
  • Constructor Details

    • RestClientTransport

      public RestClientTransport(org.elasticsearch.client.RestClient restClient, JsonpMapper jsonpMapper)
    • RestClientTransport

      public RestClientTransport(org.elasticsearch.client.RestClient restClient, JsonpMapper jsonpMapper, RestClientOptions options)
    • RestClientTransport

      public RestClientTransport(org.elasticsearch.client.RestClient restClient, JsonpMapper jsonpMapper, RestClientOptions options, Instrumentation instrumentation)
  • Method Details

    • restClient

      public org.elasticsearch.client.RestClient restClient()