Classes
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 |
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 |
Returns:
the created instance
- Type
- HealthCheckHandler