T - Tpublic abstract class AbstractSubscriberAndServerProducer<T> extends AbstractSubscriberAndProducer<T>
AbstractSubscriberAndProducer.downstream| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSubscriberAndServerProducer(Function<Throwable,Throwable> prepareError) |
| Modifier and Type | Method and Description |
|---|---|
protected Throwable |
prepareError(Throwable throwable) |
void |
subscribe(io.grpc.stub.CallStreamObserver<T> downstream) |
cancel, fuse, isCanceled, onComplete, onError, onNext, onSubscribe, runpublic void subscribe(io.grpc.stub.CallStreamObserver<T> downstream)
subscribe in class AbstractSubscriberAndProducer<T>protected Throwable prepareError(Throwable throwable)
prepareError in class AbstractSubscriberAndProducer<T>Copyright © 2023. All rights reserved.