pingCheck abstract method

Future<HealthIndicatorCheck> pingCheck(
  1. RequestContext context
)

Returns a map with the status of the specific component. Throws an exception if the component is critically failing.

Implementation

Future<HealthIndicatorCheck> pingCheck(RequestContext context);