A wrapper class of an application provided server streaming handler. More...
#include <byte_buffer.h>
Public Member Functions | |
void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, grpc::Status *status, void **) final |
void | RunHandler (const HandlerParameter ¶m) final |
ServerStreamingHandler (std::function< grpc::Status(ServiceType *, grpc::ServerContext *, const RequestType *, ServerWriter< ResponseType > *)> func, ServiceType *service) | |
Private Attributes | |
std::function< grpc::Status(ServiceType *, grpc::ServerContext *, const RequestType *, ServerWriter< ResponseType > *)> | func_ |
ServiceType * | service_ |
A wrapper class of an application provided server streaming handler.
Definition at line 47 of file include/grpcpp/impl/codegen/byte_buffer.h.
|
inline |
Definition at line 192 of file impl/codegen/method_handler.h.
|
inlinefinal |
Definition at line 230 of file impl/codegen/method_handler.h.
|
inlinefinal |
Definition at line 199 of file impl/codegen/method_handler.h.
|
private |
Definition at line 249 of file impl/codegen/method_handler.h.
|
private |
Definition at line 250 of file impl/codegen/method_handler.h.