Uses of Class
io.grpc.stub.ClientCallStreamObserver
Packages that use ClientCallStreamObserver
-
Uses of ClientCallStreamObserver in io.grpc.stub
Methods in io.grpc.stub with parameters of type ClientCallStreamObserverModifier and TypeMethodDescriptionvoid
ClientResponseObserver.beforeStart
(ClientCallStreamObserver<ReqT> requestStream) Called by the runtime prior to the start of a call to provide a reference to theClientCallStreamObserver
for the outbound stream.