Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
server::GrpcServer Class Reference

#include <GrpcServer.hpp>

Public Member Functions

 GrpcServer ()
 
 ~GrpcServer ()
 
void add_service (grpc::Service *service)
 
void start (const std::string &address)
 
void stop ()
 

Constructor & Destructor Documentation

◆ GrpcServer()

server::GrpcServer::GrpcServer ( )

◆ ~GrpcServer()

server::GrpcServer::~GrpcServer ( )

Member Function Documentation

◆ add_service()

void server::GrpcServer::add_service ( grpc::Service *  service)

◆ start()

void server::GrpcServer::start ( const std::string &  address)

◆ stop()

void server::GrpcServer::stop ( )

The documentation for this class was generated from the following files: