Interface ReactiveClusterOperations
- All Known Implementing Classes:
DefaultReactiveClusterOperations
,ReactiveClusterTemplate
Deprecated.
since 5.0
Reactive Elasticsearch operations on cluster level.
- Since:
- 4.2
- Author:
- Peter-Josef Meisch
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>
health()
Deprecated.get the cluster's health status.
-
Method Details
-
health
reactor.core.publisher.Mono<ClusterHealth> health()Deprecated.get the cluster's health status.- Returns:
- a Mono emitting the health information for the cluster.
-