Class SyncopeOpenSearchHealthContributor
- java.lang.Object
-
- org.apache.syncope.ext.opensearch.client.SyncopeOpenSearchHealthContributor
-
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
public class SyncopeOpenSearchHealthContributor extends Object implements HealthIndicator
-
-
Field Summary
Fields Modifier and Type Field Description protected org.opensearch.client.opensearch.OpenSearchClient
client
-
Constructor Summary
Constructors Constructor Description SyncopeOpenSearchHealthContributor(org.opensearch.client.opensearch.OpenSearchClient 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
-
-