Class SyncopeOpenSearchHealthContributor
java.lang.Object
org.apache.syncope.ext.opensearch.client.SyncopeOpenSearchHealthContributor
- All Implemented Interfaces:
HealthContributor
,HealthIndicator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.opensearch.client.opensearch.OpenSearchClient
-
Constructor Summary
ConstructorDescriptionSyncopeOpenSearchHealthContributor
(org.opensearch.client.opensearch.OpenSearchClient 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 org.opensearch.client.opensearch.OpenSearchClient client
-
-
Constructor Details
-
SyncopeOpenSearchHealthContributor
public SyncopeOpenSearchHealthContributor(org.opensearch.client.opensearch.OpenSearchClient client)
-
-
Method Details
-
health
- Specified by:
health
in interfaceHealthIndicator
-