Uses of Interface
com.google.cloud.spanner.connection.TransactionRetryListener
Packages that use TransactionRetryListener
-
Uses of TransactionRetryListener in com.google.cloud.spanner.connection
Classes in com.google.cloud.spanner.connection that implement TransactionRetryListenerModifier and TypeClassDescriptionclassDefault (no-op) implementation forTransactionRetryListener.Methods in com.google.cloud.spanner.connection that return types with arguments of type TransactionRetryListenerMethods in com.google.cloud.spanner.connection with parameters of type TransactionRetryListenerModifier and TypeMethodDescriptionvoidConnection.addTransactionRetryListener(TransactionRetryListener listener) Add aTransactionRetryListenerto thisConnectionfor testing and logging purposes.booleanConnection.removeTransactionRetryListener(TransactionRetryListener listener) Removes one existingTransactionRetryListenerfrom thisConnection, if it is present (optional operation).