| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
TxnResponse | 
TxnResponse.addError(TxnError error)
Adds error to this response 
 | 
TxnResponse | 
TxnResponse.addResult(TxnResult result)
Adds result to this response 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.transaction(TxnRequest request,
           Handler<AsyncResult<TxnResponse>> resultHandler)
Manages multiple operations inside a single, atomic transaction. 
 | 
ConsulService | 
ConsulService.transaction(TxnRequest request,
           Handler<AsyncResult<TxnResponse>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<TxnResponse> | 
ConsulClient.rxTransaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction. 
 | 
Single<TxnResponse> | 
ConsulService.rxTransaction(TxnRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.transaction(TxnRequest request,
           Handler<AsyncResult<TxnResponse>> resultHandler)
Manages multiple operations inside a single, atomic transaction. 
 | 
ConsulService | 
ConsulService.transaction(TxnRequest request,
           Handler<AsyncResult<TxnResponse>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<TxnResponse> | 
ConsulClient.rxTransaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.transaction(TxnRequest request,
           Handler<AsyncResult<TxnResponse>> resultHandler)
Manages multiple operations inside a single, atomic transaction. 
 | 
Copyright © 2020 Eclipse. All rights reserved.