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