public static interface FlightProducer.StreamListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable t) |
void |
onNext(T val) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.