a message to use in the final status of any underlying RPC
request(int numMessages)
publicabstractvoidrequest(intnumMessages)
Requests more messages from the stream. We disable the auto flow control mechanism in grpc,
so we need to request messages ourself. This gives us more control over how much buffer we
maintain in the client. Grpc will request 1 initial message automatically so we don't need to
call this at the beginning. After that it should be called whenever there is a flow control
window available based on the flow control setting configured by the client. Currently we do
not have any flow control so this is called automatically when a message is received.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]