template <class RequestType, class ResponseType>
class StreamedUnaryHandler
Defined at line 326 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h
Public Methods
void StreamedUnaryHandler<RequestType, ResponseType> (std::function<grpc::Status (grpc::ServerContext *, ServerUnaryStreamer<RequestType, ResponseType> *)> func)
Defined at line 330 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/method_handler.h