Uses of Interface
org.apache.unomi.healthcheck.HealthCheckProvider
- 
Packages that use HealthCheckProvider Package Description org.apache.unomi.healthcheck org.apache.unomi.healthcheck.provider  - 
- 
Uses of HealthCheckProvider in org.apache.unomi.healthcheck
Methods in org.apache.unomi.healthcheck with parameters of type HealthCheckProvider Modifier and Type Method Description protected voidHealthCheckService. bind(HealthCheckProvider provider)protected voidHealthCheckService. unbind(HealthCheckProvider provider) - 
Uses of HealthCheckProvider in org.apache.unomi.healthcheck.provider
Classes in org.apache.unomi.healthcheck.provider that implement HealthCheckProvider Modifier and Type Class Description classClusterHealthCheckProviderA Health Check that checks the status of the Unomi cluster service.classElasticSearchHealthCheckProviderA Health Check that checks the status of the ElasticSearch connectivity according to the provided configuration.classPersistenceHealthCheckProviderA health check that track the Unomi persistence layer availability.classUnomiBundlesHealthCheckProviderA health check that track the Unomi bundles availability. 
 -