public class ElasticsearchReactiveHealthIndicator extends AbstractReactiveHealthIndicator
HealthIndicator for an Elasticsearch cluster using a
 ReactiveElasticsearchClient.| Constructor and Description | 
|---|
ElasticsearchReactiveHealthIndicator(org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient client)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected reactor.core.publisher.Mono<Health> | 
doHealthCheck(Health.Builder builder)
Actual health check logic. 
 | 
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthadaptpublic ElasticsearchReactiveHealthIndicator(org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient client)
protected reactor.core.publisher.Mono<Health> doHealthCheck(Health.Builder builder)
AbstractReactiveHealthIndicatordoHealthCheck in class AbstractReactiveHealthIndicatorbuilder - the Health.Builder to report health status and detailsMono that provides the Health