Uses of Class
org.kiwiproject.consul.model.kv.TxResponse
Packages that use TxResponse
-
Uses of TxResponse in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type TxResponseModifier and TypeMethodDescriptionretrofit2.Call<TxResponse>KeyValueClient.Api.performTransaction(okhttp3.RequestBody body, Map<String, Object> query) KeyValueClient.performTransaction(Operation... operations) Performs a Consul transaction.KeyValueClient.performTransaction(TransactionOptions transactionOptions, Operation... operations) Performs a Consul transaction. -
Uses of TxResponse in org.kiwiproject.consul.model.kv
Subclasses of TxResponse in org.kiwiproject.consul.model.kvMethods in org.kiwiproject.consul.model.kv with parameters of type TxResponseModifier and TypeMethodDescriptionstatic ImmutableTxResponseImmutableTxResponse.copyOf(TxResponse instance) Creates an immutable copy of aTxResponsevalue.ImmutableTxResponse.Builder.from(TxResponse instance) Fill a builder with attribute values from the providedTxResponseinstance.