| 
    GRPC C++
    1.76.0
    
   | 
 
Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R. 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 | Read (R *msg, 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::ClientAsyncReaderFactory< R > | 
Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R.
      
  | 
  inlineoverride | 
See the ClientAsyncStreamingInterface.Finish method for semantics.
Side effect:
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlineoverride | 
      
  | 
  inlineoverride | 
See the ClientAsyncStreamingInterface.ReadInitialMetadata method for semantics.
Side effect:
      
  | 
  inlineoverride | 
      
  | 
  friend | 
 1.8.17