Package com.google.cloud.spanner
Interface AsyncResultSet.ReadyCallback
-
- Enclosing interface:
- AsyncResultSet
public static interface AsyncResultSet.ReadyCallback
Interface for receiving asynchronous callbacks when new data is ready. SeeAsyncResultSet.setCallback(Executor, ReadyCallback)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncResultSet.CallbackResponse
cursorReady(AsyncResultSet resultSet)
-
-
-
Method Detail
-
cursorReady
AsyncResultSet.CallbackResponse cursorReady(AsyncResultSet resultSet)
-
-