Class AsyncPutListener

java.lang.Object
org.apache.arrow.flight.AsyncPutListener
All Implemented Interfaces:
FlightClient.PutListener, FlightProducer.StreamListener<PutResult>

public class AsyncPutListener extends Object implements FlightClient.PutListener
A handler for server-sent application metadata messages during a Flight DoPut operation.

To handle messages, create an instance of this class overriding onNext(PutResult). The other methods should not be overridden.