Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
grpc_official_wrapper.cpp File Reference

Official gRPC library wrapper implementation. More...

Include dependency graph for grpc_official_wrapper.cpp:

Go to the source code of this file.

Detailed Description

Official gRPC library wrapper implementation.

This file provides the wrapper layer around the official gRPC library (grpc++) to integrate with the network_system API. It implements the adapter pattern to convert between network_system's Result<T> types and gRPC's Status types.

See also
docs/adr/ADR-001-grpc-official-library-wrapper.md

Definition in file grpc_official_wrapper.cpp.