Interface BiDiStream.BiDiStreamFactory<Req,Resp>

Type Parameters:
Req - the request message type
Resp - 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 Type
    Method
    Description
    io.grpc.stub.StreamObserver<Req>
    openBiDiStream(io.grpc.stub.StreamObserver<Resp> observer)
     
  • Method Details

    • openBiDiStream

      io.grpc.stub.StreamObserver<Req> openBiDiStream(io.grpc.stub.StreamObserver<Resp> observer)