|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <GrpcServer.hpp>
Public Member Functions | |
| GrpcServer () | |
| ~GrpcServer () | |
| void | add_service (grpc::Service *service) |
| void | start (const std::string &address) |
| void | stop () |
| server::GrpcServer::GrpcServer | ( | ) |
| server::GrpcServer::~GrpcServer | ( | ) |
| void server::GrpcServer::add_service | ( | grpc::Service * | service | ) |
| void server::GrpcServer::start | ( | const std::string & | address | ) |
| void server::GrpcServer::stop | ( | ) |