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 |
---|---|
Future<TxnResponse> |
ConsulClient.transaction(TxnRequest request)
Like
ConsulClient.transaction(TxnRequest, Handler) but returns a Future of the asynchronous result. |
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 |
---|---|
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.
|
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 © 2021 Eclipse. All rights reserved.