Interface TransactionRunner (2.16.1)

public interface TransactionRunner

Methods

<T>run(TransactionRunner.TransactionCallable<T> arg0)

public abstract T <T>run(TransactionRunner.TransactionCallable<T> arg0)
Parameter
NameDescription
arg0TransactionCallable<T>
Returns
TypeDescription
T

allowNestedTransaction()

public abstract TransactionRunner allowNestedTransaction()
Returns
TypeDescription
TransactionRunner

getCommitResponse()

public abstract CommitResponse getCommitResponse()
Returns
TypeDescription
CommitResponse

getCommitTimestamp()

public abstract Timestamp getCommitTimestamp()
Returns
TypeDescription
com.google.cloud.Timestamp