Interface HealthCheckRule

    • Method Detail

      • validate

        List<HealthCheckResult> validate​(HealthCheck parent)
        Checks whether the Health Check rule is satisfied.
        Parameters:
        parent - the health check which is validating the rule.
        Returns:
        a list of Health Check results or empty if no failures.