Class UnomiBundlesHealthCheckProvider
java.lang.Object
org.apache.unomi.healthcheck.provider.UnomiBundlesHealthCheckProvider
- All Implemented Interfaces:
HealthCheckProvider
A health check that track the Unomi bundles availability.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(BundleWatcher service) execute()name()voidunbind(BundleWatcher service) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.unomi.healthcheck.HealthCheckProvider
timeout
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
UnomiBundlesHealthCheckProvider
public UnomiBundlesHealthCheckProvider()
-
-
Method Details
-
bind
-
unbind
-
name
- Specified by:
namein interfaceHealthCheckProvider
-
execute
- Specified by:
executein interfaceHealthCheckProvider
-