Interface IHealthCheck
-
public interface IHealthCheck
Interface for a health check.- Since:
- 8.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IHealthCheck.Result
Interface for a health check result.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHealthCheck.Result
check()
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.
-
-