Interface HealthService

All Superinterfaces:
HealthProbe

public interface HealthService extends HealthProbe
A HealthService is a HealthProbe that can register other HealthProbes.

The status of the HealthService is true if the status of all registered probes is true.