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

createWithHealthChecks

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

Creates an instance of the default implementation of the io.vertx.rxjava.ext.healthchecks.HealthCheckHandler.

Parameters

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

provider -

Return
the created instance

open static fun createWithHealthChecks(hc: HealthChecks): HealthCheckHandler

Creates an instance of the default implementation of the io.vertx.rxjava.ext.healthchecks.HealthCheckHandler.

Parameters

hc - the health checks object to use

Return
the created instance