| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.kv |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(ConsistencyMode consistency,
Operation... operations)
Deprecated.
|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(Operation... operations)
Performs a Consul transaction.
|
retrofit2.Call<TxResponse> |
KeyValueClient.Api.performTransaction(okhttp3.RequestBody body,
Map<String,Object> query) |
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(TransactionOptions transactionOptions,
Operation... operations)
Performs a Consul transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTxResponse
Immutable implementation of
TxResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTxResponse |
ImmutableTxResponse.copyOf(TxResponse instance)
Creates an immutable copy of a
TxResponse value. |
ImmutableTxResponse.Builder |
ImmutableTxResponse.Builder.from(TxResponse instance)
Fill a builder with attribute values from the provided
TxResponse instance. |
Copyright © 2019. All rights reserved.