Interface IHealthCheck
public interface IHealthCheck
Interface for a health check.
- Since:
- 8.2.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface for a health check result. -
Method Summary
-
Method Details
-
check
Perform the health check.- Returns:
- The result of the health check.
- Throws:
Exception- If the health check failed.
-