Module: vertx-health-checks-js/health_check_handler

Classes

HealthCheckHandler

Methods

(static) HealthCheckHandler.create(vertx) → {HealthCheckHandler}

Creates an instance of the default implementation of the HealthCheckHandler. This function creates a new instance of HealthChecks.
Parameters:
Name Type Description
vertx Vertx the Vert.x instance, must not be null
Source:
Returns:
the created instance
Type
HealthCheckHandler

(static) HealthCheckHandler.createWithHealthChecks(hc) → {HealthCheckHandler}

Creates an instance of the default implementation of the HealthCheckHandler.
Parameters:
Name Type Description
hc HealthChecks the health checks object to use
Source:
Returns:
the created instance
Type
HealthCheckHandler