#include <iostream>
#include <memory>
#include <string>
#include "examples/protos/helloworld.grpc.pb.h"
#include <grpcpp/ext/proto_server_reflection_plugin.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/health_check_service_interface.h>
Go to the source code of this file.
Classes | |
class | GreeterServiceImpl |
Functions | |
int | main (int argc, char **argv) |
void | RunServer () |
Definition at line 56 of file examples/cpp/features/unix_abstract/server.cc.
void RunServer | ( | ) |
Definition at line 43 of file examples/cpp/features/unix_abstract/server.cc.