Home
last modified time | relevance | path

Searched refs:received (Results 1 – 7 of 7) sorted by relevance

/tonic/examples/src/streaming/
H A Dclient.rs44 while let Some(received) = resp_stream.next().await { in bidirectional_streaming_echo()
45 let received = received.unwrap(); in bidirectional_streaming_echo() localVariable
46 println!("\treceived message: `{}`", received.message); in bidirectional_streaming_echo()
60 while let Some(received) = resp_stream.next().await { in bidirectional_streaming_echo_throttle()
61 let received = received.unwrap(); in bidirectional_streaming_echo_throttle() localVariable
62 println!("\treceived message: `{}`", received.message); in bidirectional_streaming_echo_throttle()
/tonic/examples/proto/routeguide/
H A Droute_guide.proto93 // A RouteSummary is received in response to a RecordRoute rpc.
95 // It contains the number of individual points received, the number of
99 // The number of points received.
/tonic/tonic-health/proto/
H A Dhealth.proto52 // If the requested service is unknown when the call is received, the
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto111 // Aggregated size of payloads received from the client.
/tonic/tonic-types/
H A DREADME.md112 vector of standard error messages that will be generated or that was received,
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto235 // delivered to subscribers in the order in which they are received by the
700 // are received by the Pub/Sub system. Otherwise, they may be delivered in
875 // This ID can be used to acknowledge the received message.
1079 // List of acknowledgement IDs for acknowledging previously received messages
1080 // (received on this stream or a different stream). If an ack ID has expired,
1093 // will expire 10 seconds after this request is received. If the value is 0,
/tonic/
H A DCHANGELOG.md67 * **tonic:** flush accumulated ready messages when status received ([#1756](https://github.com/hype…