Interface ReactiveClusterOperations

All Known Implementing Classes:
DefaultReactiveClusterOperations, ReactiveClusterTemplate

public interface ReactiveClusterOperations
Reactive Elasticsearch operations on cluster level.
Since:
4.2
Author:
Peter-Josef Meisch
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<ClusterHealth>
    get the cluster's health status.
  • Method Details

    • health

      reactor.core.publisher.Mono<ClusterHealth> health()
      get the cluster's health status.
      Returns:
      a Mono emitting the health information for the cluster.