GRPC C++  1.13.0-dev
Public Member Functions
grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > Class Template Reference

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 &param) final
 
- Public Member Functions inherited from grpc::internal::MethodHandler
virtual ~MethodHandler ()
 

Detailed Description

template<class ServiceType, class RequestType, class ResponseType>
class grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType >

A wrapper class of an application provided server streaming handler.

Constructor & Destructor Documentation

◆ ServerStreamingHandler()

template<class ServiceType , class RequestType , class ResponseType >
grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType >::ServerStreamingHandler ( std::function< Status(ServiceType *, ServerContext *, const RequestType *, ServerWriter< ResponseType > *)>  func,
ServiceType *  service 
)
inline

Member Function Documentation

◆ RunHandler()

template<class ServiceType , class RequestType , class ResponseType >
void grpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType >::RunHandler ( const HandlerParameter param)
inlinefinalvirtual

The documentation for this class was generated from the following files: