write Responses To Proxy
Returns the response to an RPC for ProxyService.writeResponsesToProxy.
If this method fails with a StatusException, the RPC will fail with the corresponding io.grpc.Status. If this method fails with a java.util.concurrent.CancellationException, the RPC will fail with status Status.CANCELLED. If this method fails for any other reason, the RPC will fail with Status.UNKNOWN with the exception as a cause.
Parameters
requests
A Flow of requests from the client. This flow can be collected only once and throws java.lang.IllegalStateException on attempts to collect it more than once.