Package com.github.jpmsilva.jsystemd
Interface HealthProvider
- All Known Implementing Classes:
- PendingHealthProvider,- SystemdNotifyActuatorHealthProvider
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 SummaryNested Classes Modifier and Type Interface Description static classHealthProvider.HealthWrapper of health state.
- 
Method SummaryModifier and Type Method Description HealthProvider.Healthhealth()Determines if an application is healthy.
- 
Method Details- 
healthHealthProvider.Health health()Determines if an application is healthy.- Returns:
- true if application is healthy, otherwise false
 
 
-