GRPC C++
1.66.0
|
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W. More...
#include <client_context.h>
Public Member Functions | |
void | StartCall (void *tag) override |
void | ReadInitialMetadata (void *tag) override |
See the ClientAsyncStreamingInterface.ReadInitialMetadata method for semantics. More... | |
void | Write (const W &msg, void *tag) override |
void | Write (const W &msg, grpc::WriteOptions options, void *tag) override |
void | WritesDone (void *tag) override |
void | Finish (grpc::Status *status, void *tag) override |
See the ClientAsyncStreamingInterface.Finish method for semantics. More... | |
Static Public Member Functions | |
static void | operator delete (void *, std::size_t size) |
static void | operator delete (void *, void *) |
Friends | |
class | internal::ClientAsyncWriterFactory< W > |
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W.
|
inlineoverride |
See the ClientAsyncStreamingInterface.Finish method for semantics.
Side effect:
|
inlinestatic |
|
inlinestatic |
|
inlineoverride |
See the ClientAsyncStreamingInterface.ReadInitialMetadata method for semantics.
Side effect:
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
friend |