Class SyncopeElasticsearchHealthContributor
java.lang.Object
org.apache.syncope.ext.elasticsearch.client.SyncopeElasticsearchHealthContributor
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final co.elastic.clients.elasticsearch.ElasticsearchClient
-
Constructor Summary
ConstructorDescriptionSyncopeElasticsearchHealthContributor
(co.elastic.clients.elasticsearch.ElasticsearchClient client) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
client
protected final co.elastic.clients.elasticsearch.ElasticsearchClient client
-
-
Constructor Details
-
SyncopeElasticsearchHealthContributor
public SyncopeElasticsearchHealthContributor(co.elastic.clients.elasticsearch.ElasticsearchClient client)
-
-
Method Details
-
health
- Specified by:
health
in interfaceHealthIndicator
-