| Package | Description |
|---|---|
| io.vertx.ext.consul | |
| io.vertx.rxjava.ext.consul |
| Modifier and Type | Method and Description |
|---|---|
TxnRequest |
TxnRequest.addOperation(TxnOperation operation)
Adds operation to this request
|
| Modifier and Type | Method and Description |
|---|---|
ConsulClient |
ConsulClient.transaction(TxnRequest request,
Handler<AsyncResult<TxnResponse>> resultHandler)
Manages multiple operations inside a single, atomic transaction.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Single<TxnResponse> |
ConsulClient.rxTransaction(TxnRequest request)
Manages multiple operations inside a single, atomic transaction.
|
ConsulClient |
ConsulClient.transaction(TxnRequest request,
Handler<AsyncResult<TxnResponse>> resultHandler)
Manages multiple operations inside a single, atomic transaction.
|
Copyright © 2017. All rights reserved.