You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/16 00:57:56 UTC

[GitHub] [arrow] lidavidm commented on a change in pull request #8476: ARROW-10106: [FlightRPC][Java] Expose onIsReady() callback

lidavidm commented on a change in pull request #8476:
URL: https://github.com/apache/arrow/pull/8476#discussion_r505948417



##########
File path: java/flight/flight-core/src/main/java/org/apache/arrow/flight/OutboundStreamListener.java
##########
@@ -36,6 +36,18 @@
    */
   boolean isReady();
 
+  /**
+   * Set a callback for when the client cancels is ready for new calls to putNext(), i.e. {@link #isReady()} ()}

Review comment:
       ```suggestion
      * Set a callback for when the listener is ready for new calls to putNext(), i.e. {@link #isReady()} ()}
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org