GRPC C++
1.13.0-dev
|
A wrapper class of an application provided server streaming handler. More...
#include <byte_buffer.h>
Public Member Functions | |
ServerStreamingHandler (std::function< Status(ServiceType *, ServerContext *, const RequestType *, ServerWriter< ResponseType > *)> func, ServiceType *service) | |
void | RunHandler (const HandlerParameter ¶m) final |
![]() | |
virtual | ~MethodHandler () |
A wrapper class of an application provided server streaming handler.
|
inline |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.