open static fun createWithHealthChecks(hc: HealthChecks, provider: AuthProvider): HealthCheckHandler
Creates an instance of the default implementation of the io.vertx.rxjava.ext.healthchecks.HealthCheckHandler.
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 io.vertx.rxjava.ext.healthchecks.HealthCheckHandler.
hc - the health checks object to use
Return
the created instance