GRPC C++
1.66.0
|
A wrapper class of an application provided server streaming handler. More...
#include <completion_queue.h>
Public Member Functions | |
ServerStreamingHandler (std::function< grpc::Status(ServiceType *, grpc::ServerContext *, const RequestType *, ServerWriter< ResponseType > *)> func, ServiceType *service) | |
void | RunHandler (const HandlerParameter ¶m) final |
void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, grpc::Status *status, void **) final |
A wrapper class of an application provided server streaming handler.
|
inline |
|
inlinefinal |
|
inlinefinal |