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 SummaryFields Modifier and Type Field Description protected co.elastic.clients.elasticsearch.ElasticsearchClientclient
 - 
Constructor SummaryConstructors Constructor Description SyncopeElasticsearchHealthContributor(co.elastic.clients.elasticsearch.ElasticsearchClient client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Healthhealth()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicatorgetHealth
 
- 
 
- 
- 
- 
Method Detail- 
healthpublic Health health() - Specified by:
- healthin interface- HealthIndicator
 
 
- 
 
-