Interface AsyncTransactionManager.TransactionContextFuture (2.16.1)

public static interface AsyncTransactionManager.TransactionContextFuture extends ApiFuture<TransactionContext>

Implements

com.google.api.core.ApiFuture<com.google.cloud.spanner.TransactionContext>

Methods

<O>then(AsyncTransactionManager.AsyncTransactionFunction<Void,O> arg0, Executor arg1)

public abstract AsyncTransactionManager.AsyncTransactionStep<Void,O> <O>then(AsyncTransactionManager.AsyncTransactionFunction<Void,O> arg0, Executor arg1)
Parameters
NameDescription
arg0AsyncTransactionFunction<Void,O>
arg1Executor
Returns
TypeDescription
AsyncTransactionStep<Void,O>