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