MCPcopy Create free account
hub / github.com/grpc/grpc-java / request

Method request

core/src/main/java/io/grpc/internal/Stream.java:36–36  ·  view source on GitHub ↗

Requests up to the given number of messages from the call to be delivered via StreamListener#messagesAvailable(StreamListener.MessageProducer). No additional messages will be delivered. If the stream has a start() method, it must be called before requesting messages. @param numMess

(int numMessages)

Source from the content-addressed store, hash-verified

34 * @param numMessages the requested number of messages to be delivered to the listener.
35 */
36 void request(int numMessages);
37
38 /**
39 * Writes a message payload to the remote end-point. The bytes from the stream are immediately

Implementers 1

AbstractStreamcore/src/main/java/io/grpc/internal/Ab

Calls

no outgoing calls