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 void
HealthCheckService. bind(HealthCheckProvider provider)
protected void
HealthCheckService. 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 class
ClusterHealthCheckProvider
A Health Check that checks the status of the Unomi cluster service.class
ElasticSearchHealthCheckProvider
A Health Check that checks the status of the ElasticSearch connectivity according to the provided configuration.class
PersistenceHealthCheckProvider
A health check that track the Unomi persistence layer availability.class
UnomiBundlesHealthCheckProvider
A health check that track the Unomi bundles availability.
-