| Package | Description | 
|---|---|
| io.vertx.ext.healthchecks | |
| io.vertx.reactivex.ext.healthchecks | |
| io.vertx.rxjava.ext.healthchecks | |
| io.vertx.rxjava3.ext.healthchecks | 
| 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,
      AuthenticationProvider 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,
                      AuthenticationProvider provider)Creates an instance of the default implementation of the  HealthCheckHandler. | 
| 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. resultMapper(java.util.function.Function<CheckResult,Future<CheckResult>> resultMapper)Sets a function which will be invoked before the  CheckResultgets written to clients. | 
| HealthCheckHandler | HealthCheckHandler. unregister(String name)Unregisters a procedure. | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheckHandler | HealthCheckHandler. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HealthCheckHandler | HealthCheckHandler. newInstance(HealthCheckHandler arg) | 
| Constructor and Description | 
|---|
| HealthCheckHandler(HealthCheckHandler delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheckHandler | HealthCheckHandler. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HealthCheckHandler | HealthCheckHandler. newInstance(HealthCheckHandler arg) | 
| Constructor and Description | 
|---|
| HealthCheckHandler(HealthCheckHandler delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthCheckHandler | HealthCheckHandler. getDelegate() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HealthCheckHandler | HealthCheckHandler. newInstance(HealthCheckHandler arg) | 
| Constructor and Description | 
|---|
| HealthCheckHandler(HealthCheckHandler delegate) | 
Copyright © 2023 Eclipse. All rights reserved.