public static interface FlightProducer.ServerStreamListener
| Modifier and Type | Method and Description |
|---|---|
void |
completed() |
void |
error(Throwable ex) |
boolean |
isCancelled() |
boolean |
isReady() |
void |
putNext() |
void |
start(VectorSchemaRoot root) |
boolean isCancelled()
boolean isReady()
void start(VectorSchemaRoot root)
void putNext()
void error(Throwable ex)
void completed()
Copyright © 2019 The Apache Software Foundation. All rights reserved.