Package com.github.jpmsilva.jsystemd
Interface HealthProvider
- All Known Implementing Classes:
PendingHealthProvider
,SystemdActuatorHealthProvider
public interface HealthProvider
A health provider can be used to control the watchdog heartbeat. An unhealthy state does not trigger the heartbeat.
- Author:
- Christian Lorenz
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
health
HealthProvider.Health health()Determines if an application is healthy.- Returns:
- representation of the application
HealthProvider.Health
state
-