Req - Type of request.Resp - Type of response.@FunctionalInterface
public static interface GrpcClientCallFactory.RequestStreamingClientCall<Req,Resp>
| Modifier and Type | Method and Description |
|---|---|
Single<Resp> |
request(GrpcClientMetadata metadata,
Publisher<Req> request)
Sends the passed
Publisher of Req. |
Single<Resp> request(GrpcClientMetadata metadata, Publisher<Req> request)
Publisher of Req.metadata - GrpcClientMetadata for the request.request - Publisher of Req to send.Single containing the response.