| 
    GRPC C++
    1.76.0
    
   | 
 
A wrapper class of an application provided client streaming handler. More...
#include <completion_queue.h>
Public Member Functions | |
| ClientStreamingHandler (std::function< grpc::Status(ServiceType *, grpc::ServerContext *, ServerReader< RequestType > *, ResponseType *)> func, ServiceType *service) | |
| void | RunHandler (const HandlerParameter ¶m) final | 
A wrapper class of an application provided client streaming handler.
      
  | 
  inline | 
      
  | 
  inlinefinal | 
 1.8.17