Class DelayedAsyncTransactionManager

java.lang.Object
com.google.cloud.spanner.DelayedAsyncTransactionManager
All Implemented Interfaces:
AsyncTransactionManager, AutoCloseable

public class DelayedAsyncTransactionManager extends Object implements AsyncTransactionManager
Represents a AsyncTransactionManager using a multiplexed session that is not yet ready. The execution will be delayed until the multiplexed session has been created and is ready. This class is only used during the startup of the client and the multiplexed session has not yet been created.