Class DefaultReactiveClusterOperations
java.lang.Object
org.springframework.data.elasticsearch.core.cluster.DefaultReactiveClusterOperations
- All Implemented Interfaces:
ReactiveClusterOperations
Default implementation of
ReactiveClusterOperations using the ReactiveElasticsearchOperations.- Since:
- 4.2
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>health()get the cluster's health status.
-
Constructor Details
-
DefaultReactiveClusterOperations
-
-
Method Details
-
health
Description copied from interface:ReactiveClusterOperationsget the cluster's health status.- Specified by:
healthin interfaceReactiveClusterOperations- Returns:
- a Mono emitting the health information for the cluster.
-