RequestT
- The type of message sent to the inbound streamResponseT
- They type of messages sent over the outbound streampublic static interface StreamObserverFactory.StreamObserverClientFactory<RequestT,ResponseT>
StreamObservers
based on the input stream
observer.
For example, this could be used to
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<ResponseT> |
outboundObserverFor(io.grpc.stub.StreamObserver<RequestT> inboundObserver) |