Uses of Class
com.couchbase.client.java.transactions.TransactionAttemptContext
Packages that use TransactionAttemptContext
-
Uses of TransactionAttemptContext in com.couchbase.client.java.transactions
Method parameters in com.couchbase.client.java.transactions with type arguments of type TransactionAttemptContextModifier and TypeMethodDescriptionTransactions.run
(Consumer<TransactionAttemptContext> transactionLogic) Runs supplied transactional logic until success or failure.Transactions.run
(Consumer<TransactionAttemptContext> transactionLogic, TransactionOptions options) Runs supplied transactional logic until success or failure.