template <class ServiceType, class RequestType, class ResponseType>

class ServerStreamingHandler

Defined at line 191 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h

A wrapper class of an application provided server streaming handler.

Public Methods

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

Defined at line 193 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h

void RunHandler (const HandlerParameter & param)

Defined at line 200 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h

void * Deserialize (grpc_call * call, grpc_byte_buffer * req, grpc::Status * status, void ** )

Defined at line 231 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h