Class ReactiveElasticsearchClusterClient

java.lang.Object
co.elastic.clients.ApiClient<co.elastic.clients.transport.ElasticsearchTransport,ReactiveElasticsearchClusterClient>
org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClusterClient

public class ReactiveElasticsearchClusterClient extends co.elastic.clients.ApiClient<co.elastic.clients.transport.ElasticsearchTransport,ReactiveElasticsearchClusterClient>
Reactive version of the ElasticsearchClusterClient
Since:
4.4
Author:
Peter-Josef Meisch
  • Field Summary

    Fields inherited from class co.elastic.clients.ApiClient

    transport, transportOptions
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveElasticsearchClusterClient(co.elastic.clients.transport.ElasticsearchTransport transport, co.elastic.clients.transport.TransportOptions transportOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<co.elastic.clients.elasticsearch.cluster.HealthResponse>
    health(co.elastic.clients.elasticsearch.cluster.HealthRequest healthRequest)
     
    reactor.core.publisher.Mono<co.elastic.clients.elasticsearch.cluster.HealthResponse>
    health(Function<co.elastic.clients.elasticsearch.cluster.HealthRequest.Builder,co.elastic.clients.util.ObjectBuilder<co.elastic.clients.elasticsearch.cluster.HealthRequest>> fn)
     
    withTransportOptions(co.elastic.clients.transport.TransportOptions transportOptions)
     

    Methods inherited from class co.elastic.clients.ApiClient

    _jsonpMapper, _transport, _transportOptions, getDeserializer, withTransportOptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReactiveElasticsearchClusterClient

      public ReactiveElasticsearchClusterClient(co.elastic.clients.transport.ElasticsearchTransport transport, @Nullable co.elastic.clients.transport.TransportOptions transportOptions)
  • Method Details

    • withTransportOptions

      public ReactiveElasticsearchClusterClient withTransportOptions(@Nullable co.elastic.clients.transport.TransportOptions transportOptions)
      Specified by:
      withTransportOptions in class co.elastic.clients.ApiClient<co.elastic.clients.transport.ElasticsearchTransport,ReactiveElasticsearchClusterClient>
    • health

      public reactor.core.publisher.Mono<co.elastic.clients.elasticsearch.cluster.HealthResponse> health(co.elastic.clients.elasticsearch.cluster.HealthRequest healthRequest)
    • health

      public reactor.core.publisher.Mono<co.elastic.clients.elasticsearch.cluster.HealthResponse> health(Function<co.elastic.clients.elasticsearch.cluster.HealthRequest.Builder,co.elastic.clients.util.ObjectBuilder<co.elastic.clients.elasticsearch.cluster.HealthRequest>> fn)