Class DelayedAsyncRunner

java.lang.Object
com.google.cloud.spanner.DelayedAsyncRunner
All Implemented Interfaces:
AsyncRunner

public class DelayedAsyncRunner extends Object implements AsyncRunner
Represents a AsyncRunner 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.