|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Official gRPC library wrapper implementation. More...
#include "kcenon/network/detail/protocols/grpc/grpc_official_wrapper.h"#include "kcenon/network/detail/protocols/grpc/frame.h"#include "kcenon/network/detail/protocols/grpc/status.h"#include "kcenon/network/detail/utils/result_types.h"
Go to the source code of this file.
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.
Definition in file grpc_official_wrapper.cpp.