Interface BiDiStream.NextStreamMessageFactory<Req>
- Enclosing class:
- BiDiStream<Req,
Resp>
public static interface BiDiStream.NextStreamMessageFactory<Req>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
nextStreamMessage
(Req nextPayload, BrowserHeaders headers, JsBiConsumer<Object, Object> callback) Should return a unary stream, handle the callback
-
Method Details