Package | Description |
---|---|
io.vertx.rxjava.ext.healthchecks |
Modifier and Type | Field and Description |
---|---|
static TypeArg<HealthCheckHandler> |
HealthCheckHandler.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx)
Creates an instance of the default implementation of the
HealthCheckHandler . |
static HealthCheckHandler |
HealthCheckHandler.create(Vertx vertx,
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,
AuthProvider provider)
Creates an instance of the default implementation of the
HealthCheckHandler . |
static HealthCheckHandler |
HealthCheckHandler.newInstance(io.vertx.ext.healthchecks.HealthCheckHandler arg) |
HealthCheckHandler |
HealthCheckHandler.register(String name,
io.vertx.core.Handler<Promise<io.vertx.ext.healthchecks.Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.register(String name,
long timeout,
io.vertx.core.Handler<Promise<io.vertx.ext.healthchecks.Status>> procedure)
Registers a health check procedure.
|
HealthCheckHandler |
HealthCheckHandler.unregister(String name)
Unregisters a procedure.
|
Copyright © 2019 Eclipse. All rights reserved.