Interface BiDiStream.BiDiStreamFactory<Req,Resp>
- Type Parameters:
Req- the request message typeResp- the response message type
- Enclosing class:
BiDiStream<Req,Resp>
public static interface BiDiStream.BiDiStreamFactory<Req,Resp>
Represents a fully bidi capable stream.
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<Req> openBiDiStream(io.grpc.stub.StreamObserver<Resp> observer)
-
Method Details
-
openBiDiStream
-