| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
MaintenanceOptions | 
MaintenanceOptions.setEnable(boolean enable)
Set maintenance mode to enabled:  
true to enter maintenance mode or false to resume normal operation. | 
MaintenanceOptions | 
MaintenanceOptions.setId(String id)
Set the ID of service. 
 | 
MaintenanceOptions | 
MaintenanceOptions.setReason(String reason)
Set the reason message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.maintenanceService(MaintenanceOptions maintenanceOptions,
                  Handler<AsyncResult<Void>> resultHandler)
Places a given service into "maintenance mode" 
 | 
ConsulService | 
ConsulService.maintenanceService(MaintenanceOptions maintenanceOptions,
                  Handler<AsyncResult<Void>> resultHandler)  | 
| Constructor and Description | 
|---|
MaintenanceOptions(MaintenanceOptions options)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.maintenanceService(MaintenanceOptions maintenanceOptions,
                  Handler<AsyncResult<Void>> resultHandler)
Places a given service into "maintenance mode" 
 | 
ConsulService | 
ConsulService.maintenanceService(MaintenanceOptions maintenanceOptions,
                  Handler<AsyncResult<Void>> resultHandler)  | 
Completable | 
ConsulClient.rxMaintenanceService(MaintenanceOptions maintenanceOptions)
Places a given service into "maintenance mode" 
 | 
Completable | 
ConsulService.rxMaintenanceService(MaintenanceOptions maintenanceOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.maintenanceService(MaintenanceOptions maintenanceOptions,
                  Handler<AsyncResult<Void>> resultHandler)
Places a given service into "maintenance mode" 
 | 
Single<Void> | 
ConsulClient.rxMaintenanceService(MaintenanceOptions maintenanceOptions)
Places a given service into "maintenance mode" 
 | 
Copyright © 2020 Eclipse. All rights reserved.