Interface BiDiStream.NextStreamMessageFactory<Req,NextT>

Type Parameters:
Req - the request message type
NextT - empty ack message type
Enclosing class:
BiDiStream<Req,Resp>

public static interface BiDiStream.NextStreamMessageFactory<Req,NextT>
When bidi streams are not supported, this factory represents the ability to send streaming client messages to the server, and have them handled as if they were part of the original stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    nextStreamMessage(Req nextPayload, io.grpc.stub.StreamObserver<NextT> callback)
     
  • Method Details

    • nextStreamMessage

      void nextStreamMessage(Req nextPayload, io.grpc.stub.StreamObserver<NextT> callback)