|
GRPC C++
1.23.0
|
A wrapper class of an application provided server streaming handler. More...
#include <byte_buffer.h>
Public Member Functions | |
| ServerStreamingHandler (std::function< Status(ServiceType *, ::grpc_impl::ServerContext *, const RequestType *, ServerWriter< ResponseType > *)> func, ServiceType *service) | |
| void | RunHandler (const HandlerParameter ¶m) final |
| void * | Deserialize (grpc_call *call, grpc_byte_buffer *req, Status *status, void **handler_data) final |
Public Member Functions inherited from grpc::internal::MethodHandler | |
| virtual | ~MethodHandler () |
A wrapper class of an application provided server streaming handler.
|
inline |
|
inlinefinalvirtual |
Reimplemented from grpc::internal::MethodHandler.
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.
1.8.13