| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
KeyValueOptions | 
KeyValueOptions.setAcquireSession(String acquireSession)
Set session ID for lock acquisition operation. 
 | 
KeyValueOptions | 
KeyValueOptions.setCasIndex(long index)
Set the Check-And-Set index. 
 | 
KeyValueOptions | 
KeyValueOptions.setFlags(long flags)
Set the flags. 
 | 
KeyValueOptions | 
KeyValueOptions.setReleaseSession(String releaseSession)
Set session ID for lock release operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.putValueWithOptions(String key,
                   String value,
                   KeyValueOptions options,
                   Handler<AsyncResult<Boolean>> resultHandler)  | 
ConsulService | 
ConsulService.putValueWithOptions(String key,
                   String value,
                   KeyValueOptions options,
                   Handler<AsyncResult<Boolean>> resultHandler)  | 
| Constructor and Description | 
|---|
KeyValueOptions(KeyValueOptions options)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.putValueWithOptions(String key,
                   String value,
                   KeyValueOptions options,
                   Handler<AsyncResult<Boolean>> resultHandler)  | 
ConsulService | 
ConsulService.putValueWithOptions(String key,
                   String value,
                   KeyValueOptions options,
                   Handler<AsyncResult<Boolean>> resultHandler)  | 
Single<Boolean> | 
ConsulClient.rxPutValueWithOptions(String key,
                     String value,
                     KeyValueOptions options)  | 
Single<Boolean> | 
ConsulService.rxPutValueWithOptions(String key,
                     String value,
                     KeyValueOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.putValueWithOptions(String key,
                   String value,
                   KeyValueOptions options,
                   Handler<AsyncResult<Boolean>> resultHandler)  | 
Single<Boolean> | 
ConsulClient.rxPutValueWithOptions(String key,
                     String value,
                     KeyValueOptions options)  | 
Copyright © 2020 Eclipse. All rights reserved.