Modifier and Type | Method and Description |
---|---|
static HealthCheckHandler |
HealthCheckHandler.create(io.vertx.core.Vertx vertx)
Creates an instance of the default implementation of the
HealthCheckHandler . |
static HealthCheckHandler |
HealthCheckHandler.create(io.vertx.core.Vertx vertx,
io.vertx.ext.auth.AuthProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler . |
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc)
Creates an instance of the default implementation of the
HealthCheckHandler . |
static HealthCheckHandler |
HealthCheckHandler.createWithHealthChecks(HealthChecks hc,
io.vertx.ext.auth.AuthProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler . |
HealthCheckHandler |
HealthCheckHandler.register(String name,
io.vertx.core.Handler<io.vertx.core.Promise<Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.register(String name,
long timeout,
io.vertx.core.Handler<io.vertx.core.Promise<Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.unregister(String name)
Unregisters a procedure.
|
Copyright © 2019 Eclipse. All rights reserved.