public class ElasticsearchJestHealthIndicator extends AbstractHealthIndicator
HealthIndicator
for Elasticsearch using a JestClient
.Constructor and Description |
---|
ElasticsearchJestHealthIndicator(io.searchbox.client.JestClient jestClient) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
public ElasticsearchJestHealthIndicator(io.searchbox.client.JestClient jestClient)
protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and detailsException
- any Exception
that should create a Status.DOWN
system status.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.