#include <iostream>#include <memory>#include <string>#include <grpcpp/grpcpp.h>#include "helloworld.grpc.pb.h"
Go to the source code of this file.
Classes | |
| class | GreeterServiceImpl |
Functions | |
| int | main (int argc, char **argv) |
| void | RunServer () |
Definition at line 68 of file examples/cpp/load_balancing/greeter_server.cc.
| void RunServer | ( | ) |
Definition at line 49 of file examples/cpp/load_balancing/greeter_server.cc.