Uses of Class
com.orbitz.consul.model.kv.TxResponse
-
Packages that use TxResponse Package Description com.orbitz.consul com.orbitz.consul.model.kv -
-
Uses of TxResponse in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type TxResponse Modifier and Type Method Description retrofit2.Call<TxResponse>KeyValueClient.Api. performTransaction(okhttp3.RequestBody body, java.util.Map<java.lang.String,java.lang.Object> query)ConsulResponse<TxResponse>KeyValueClient. performTransaction(Operation... operations)Performs a Consul transaction.ConsulResponse<TxResponse>KeyValueClient. performTransaction(ConsistencyMode consistency, Operation... operations)Deprecated.ConsulResponse<TxResponse>KeyValueClient. performTransaction(TransactionOptions transactionOptions, Operation... operations)Performs a Consul transaction. -
Uses of TxResponse in com.orbitz.consul.model.kv
Subclasses of TxResponse in com.orbitz.consul.model.kv Modifier and Type Class Description classImmutableTxResponseImmutable implementation ofTxResponse.Methods in com.orbitz.consul.model.kv with parameters of type TxResponse Modifier and Type Method Description static ImmutableTxResponseImmutableTxResponse. copyOf(TxResponse instance)Creates an immutable copy of aTxResponsevalue.ImmutableTxResponse.BuilderImmutableTxResponse.Builder. from(TxResponse instance)Fill a builder with attribute values from the providedTxResponseinstance.
-