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