| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.healthchecks | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.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(HealthCheckHandler arg)  | 
HealthCheckHandler | 
HealthCheckHandler.register(String name,
        Handler<Promise<Status>> procedure)
Registers a health check procedure. 
 | 
HealthCheckHandler | 
HealthCheckHandler.register(String name,
        long timeout,
        Handler<Promise<Status>> procedure)
Registers a health check procedure. 
 | 
HealthCheckHandler | 
HealthCheckHandler.unregister(String name)
Unregisters a procedure. 
 | 
Copyright © 2020 Eclipse. All rights reserved.