Class ElasticsearchHealthCheck
java.lang.Object
io.quarkus.elasticsearch.restclient.lowlevel.runtime.health.ElasticsearchHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class ElasticsearchHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
Modifier and TypeFieldDescription(package private) org.elasticsearch.client.RestClient
-
Constructor Summary
-
Method Summary
-
Field Details
-
restClient
@Inject org.elasticsearch.client.RestClient restClient
-
-
Constructor Details
-
ElasticsearchHealthCheck
public ElasticsearchHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
call
in interfaceorg.eclipse.microprofile.health.HealthCheck
-