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)
| 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 |
no outgoing calls