GRPC C++
1.30.0
|
A wrapper class of an application provided server streaming handler. More...
#include <byte_buffer.h>
Public Member Functions | |
ServerStreamingHandler (std::function<::grpc::Status(ServiceType *, ::grpc_impl::ServerContext *, const RequestType *, ::grpc_impl::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 |
Public Member Functions inherited from grpc::internal::MethodHandler | |
virtual | ~MethodHandler () |
virtual void * | Deserialize (grpc_call *, grpc_byte_buffer *req, Status *, void **) |
A wrapper class of an application provided server streaming handler.
|
inline |
|
inlinefinal |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.