|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Base class for gRPC service implementations. More...
#include <server.h>

Public Member Functions | |
| virtual auto | service_name () const -> std::string_view=0 |
| Get the full service name (e.g., "package.ServiceName") | |
| virtual | ~grpc_service ()=default |
Base class for gRPC service implementations.
Derive from this class to implement your gRPC service. Override the service_name() method and register handlers for your RPC methods.
|
virtualdefault |
|
pure virtual |
Get the full service name (e.g., "package.ServiceName")