Interface FlightClient.ClientStreamListener

All Superinterfaces:
OutboundStreamListener
Enclosing class:
FlightClient

public static interface FlightClient.ClientStreamListener extends OutboundStreamListener
Interface for writers to an Arrow data stream.
  • Method Details

    • getResult

      void getResult()
      Wait for the stream to finish on the server side. You must call this to be notified of any errors that may have happened during the upload.