vertx / io.vertx.ext.healthchecks / HealthCheckHandler / createWithHealthChecks

createWithHealthChecks

open static fun createWithHealthChecks(hc: HealthChecks, provider: AuthProvider): HealthCheckHandler

Creates an instance of the default implementation of the HealthCheckHandler.

Parameters

hc - the health checks object to use, must not be null

Return
the created instance

open static fun createWithHealthChecks(hc: HealthChecks): HealthCheckHandler

Creates an instance of the default implementation of the HealthCheckHandler.

Parameters

hc - the health checks object to use

Return
the created instance