Interface AsyncTransactionManager.TransactionContextFuture (2.17.0)

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
Name Description
arg0 AsyncTransactionFunction<Void,O>
arg1 Executor
Returns
Type Description
AsyncTransactionStep<Void,O>