Interface BiDiStream.NextStreamMessageFactory<Req,NextT>
- Type Parameters:
Req- the request message typeNextT- 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 TypeMethodDescriptionvoidnextStreamMessage(Req nextPayload, io.grpc.stub.StreamObserver<NextT> callback)
-
Method Details
-
nextStreamMessage
-