Uses of Class
io.grpc.stub.ClientCallStreamObserver
-
Packages that use ClientCallStreamObserver Package Description io.grpc.stub API for the Stub layer. -
-
Uses of ClientCallStreamObserver in io.grpc.stub
Methods in io.grpc.stub with parameters of type ClientCallStreamObserver Modifier and Type Method Description void
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.
-