GRPC C++
1.30.0
|
A wrapper class of an application provided client streaming handler. More...
#include <completion_queue_impl.h>
Public Member Functions | |
ClientStreamingHandler (std::function<::grpc::Status(ServiceType *, ::grpc_impl::ServerContext *, ::grpc_impl::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 *, grpc_byte_buffer *req, Status *, void **) |
A wrapper class of an application provided client streaming handler.
|
inline |
|
inlinefinalvirtual |
Implements grpc::internal::MethodHandler.