Uses of Interface
com.google.cloud.firestore.Transaction.AsyncFunction
Packages that use Transaction.AsyncFunction
-
Uses of Transaction.AsyncFunction in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type Transaction.AsyncFunctionModifier and TypeMethodDescription<T> com.google.api.core.ApiFuture<T>Firestore.runAsyncTransaction(Transaction.AsyncFunction<T> updateFunction) Executes the given updateFunction and then attempts to commit the changes applied within the transaction.<T> com.google.api.core.ApiFuture<T>Firestore.runAsyncTransaction(Transaction.AsyncFunction<T> updateFunction, TransactionOptions transactionOptions) Executes the given updateFunction and then attempts to commit the changes applied within the transaction.