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