Class GrpcServer

Class Documentation

class GrpcServer

Public Functions

GrpcServer(GrpcServer const&) = delete

Copy constructor.

GrpcServer &operator=(const GrpcServer&) = delete

Copy assignment constructor.

GrpcServer(GrpcServer &&other) = delete

Move constructor.

GrpcServer &operator=(GrpcServer &&other) = delete

Move assignment constructor.

inline ~GrpcServer()

Public Static Functions

static inline GrpcServer &getInstance()

Get the singleton GrpcServer instance.

static inline GrpcServer &create(const std::string &address, const int cq_count)