Interface StreamConnection.RequestCallback
-
- Enclosing class:
- StreamConnection
public static interface StreamConnection.RequestCallback
Invoked when a response is received from the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(AppendRowsResponse response)
-
-
-
Method Detail
-
run
void run(AppendRowsResponse response)
-
-