Module spring.data.elasticsearch
Interface ReactiveClusterOperations
- All Known Implementing Classes:
ReactiveClusterTemplate
public interface ReactiveClusterOperations
Reactive Elasticsearch operations on cluster level.
- Since:
- 4.2
- Author:
- Peter-Josef Meisch
-
Method Summary
-
Method Details
-
health
Mono<ClusterHealth> health()get the cluster's health status.- Returns:
- a Mono emitting the health information for the cluster.
-