Uses of Class
io.grpc.stub.CallStreamObserver
-
Packages that use CallStreamObserver Package Description io.grpc.stub API for the Stub layer. -
-
Uses of CallStreamObserver in io.grpc.stub
Subclasses of CallStreamObserver in io.grpc.stub Modifier and Type Class Description classClientCallStreamObserver<ReqT>A refinement ofCallStreamObserverthat allows for lower-level interaction with client calls.classServerCallStreamObserver<RespT>A refinement ofCallStreamObserverto allows for interaction with call cancellation events on the server side.Methods in io.grpc.stub with parameters of type CallStreamObserver Modifier and Type Method Description static <V> voidStreamObservers. copyWithFlowControl(java.lang.Iterable<V> source, CallStreamObserver<V> target)Copy the values of anIterableto the targetCallStreamObserverwhile properly accounting for outbound flow-control.static <V> voidStreamObservers. copyWithFlowControl(java.util.Iterator<V> source, CallStreamObserver<V> target)Copy the values of anIteratorto the targetCallStreamObserverwhile properly accounting for outbound flow-control.
-