Interface IHealthCheck
- 
public interface IHealthCheckInterface for a health check.- Since:
 - 8.2.0
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIHealthCheck.ResultInterface for a health check result. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHealthCheck.Resultcheck()Perform the health check. 
 - 
 
- 
- 
Method Detail
- 
check
IHealthCheck.Result check() throws Exception
Perform the health check.- Returns:
 - The result of the health check.
 - Throws:
 Exception- If the health check failed.
 
 - 
 
 -