public class ElasticsearchRestHealthIndicator extends AbstractHealthIndicator
HealthIndicator for an Elasticsearch cluster using a RestClient.| Constructor and Description | 
|---|
ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestClient client)  | 
ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestHighLevelClient client)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doHealthCheck(Health.Builder builder)
Actual health check logic. 
 | 
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestHighLevelClient client)
public ElasticsearchRestHealthIndicator(org.elasticsearch.client.RestClient client)
protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicatordoHealthCheck in class AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsException - any Exception that should create a Status.DOWN
 system status.