HealthCheck

public interface HealthCheck

Represents a view of the health of a system component.

Methods

check

Result check()

Initiate the health check.

Throws:
  • Exception – resulting from a misbehaving health check
Returns:

the result of performing the health check.