open static fun create(vertx: Vertx, provider: AuthProvider): HealthCheckHandler
Creates an instance of the default implementation of the io.vertx.reactivex.ext.healthchecks.HealthCheckHandler. This function creates a new instance of io.vertx.reactivex.ext.healthchecks.HealthChecks.
vertx - the Vert.x instance, must not be null
provider - the Authentication provider used to authenticate the HTTP request
Return
the created instance
open static fun create(vertx: Vertx): HealthCheckHandler
Creates an instance of the default implementation of the io.vertx.reactivex.ext.healthchecks.HealthCheckHandler. This function creates a new instance of io.vertx.reactivex.ext.healthchecks.HealthChecks.
vertx - the Vert.x instance, must not be null
Return
the created instance