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 |
Private Attributes | |
std::function< grpc::Status(ServiceType *, grpc::ServerContext *, ServerReader< RequestType > *, ResponseType *)> | func_ |
ServiceType * | service_ |
A wrapper class of an application provided client streaming handler.
Definition at line 73 of file include/grpcpp/impl/codegen/completion_queue.h.
|
inline |
Definition at line 144 of file impl/codegen/method_handler.h.
|
inlinefinal |
Definition at line 151 of file impl/codegen/method_handler.h.
|
private |
Definition at line 184 of file impl/codegen/method_handler.h.
|
private |
Definition at line 185 of file impl/codegen/method_handler.h.