Interface TransactionRetryListener (2.18.0)

public interface TransactionRetryListener

Methods

retryFinished(Timestamp arg0, long arg1, int arg2, TransactionRetryListener.RetryResult arg3)

public abstract void retryFinished(Timestamp arg0, long arg1, int arg2, TransactionRetryListener.RetryResult arg3)
Parameters
Name Description
arg0 com.google.cloud.Timestamp
arg1 long
arg2 int
arg3 RetryResult

retryStarting(Timestamp arg0, long arg1, int arg2)

public abstract void retryStarting(Timestamp arg0, long arg1, int arg2)
Parameters
Name Description
arg0 com.google.cloud.Timestamp
arg1 long
arg2 int