GRPC C++
1.66.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 |