GRPC C++
1.13.0-dev
|
A wrapper class of an application provided client streaming handler. More...
#include <completion_queue.h>
Public Member Functions | |
ClientStreamingHandler (std::function< Status(ServiceType *, ServerContext *, ServerReader< RequestType > *, ResponseType *)> func, ServiceType *service) | |
void | RunHandler (const HandlerParameter ¶m) final |
![]() | |
virtual | ~MethodHandler () |
A wrapper class of an application provided client streaming handler.
|
inline |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.