Class SyncopeElasticsearchHealthContributor
- java.lang.Object
-
- org.apache.syncope.ext.elasticsearch.client.SyncopeElasticsearchHealthContributor
-
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
public class SyncopeElasticsearchHealthContributor extends Object implements HealthIndicator
-
-
Field Summary
Fields Modifier and Type Field Description protected co.elastic.clients.elasticsearch.ElasticsearchClient
client
-
Constructor Summary
Constructors Constructor Description SyncopeElasticsearchHealthContributor(co.elastic.clients.elasticsearch.ElasticsearchClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Health
health()
-
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
-
-
-
-
Method Detail
-
health
public Health health()
- Specified by:
health
in interfaceHealthIndicator
-
-