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