pingCheck abstract method
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);
Returns a map with the status of the specific component. Throws an exception if the component is critically failing.
Future<HealthIndicatorCheck> pingCheck(RequestContext context);