template <class ServiceType, class RequestType, class ResponseType>
class ClientStreamingHandler
Defined at line 143 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
A wrapper class of an application provided client streaming handler.
Public Methods
void ClientStreamingHandler<ServiceType, RequestType, ResponseType> (std::function<grpc::Status (ServiceType *, grpc::ServerContext *, ServerReader<RequestType> *, ResponseType *)> func, ServiceType * service)
Defined at line 145 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
void RunHandler (const HandlerParameter & param)
Defined at line 152 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h