Package com.google.cloud.spanner
Interface AsyncResultSet.ReadyCallback
-
- Enclosing interface:
- AsyncResultSet
public static interface AsyncResultSet.ReadyCallbackInterface 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.CallbackResponsecursorReady(AsyncResultSet resultSet)
-
-
-
Method Detail
-
cursorReady
AsyncResultSet.CallbackResponse cursorReady(AsyncResultSet resultSet)
-
-