|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Unified interface for external system integration bridges. More...
#include <kcenon/network/detail/utils/result_types.h>#include <chrono>#include <map>#include <string>

Go to the source code of this file.
Classes | |
| struct | kcenon::network::integration::BridgeConfig |
| Configuration for bridge initialization. More... | |
| struct | kcenon::network::integration::BridgeMetrics |
| Metrics and health information for a bridge. More... | |
| class | kcenon::network::integration::INetworkBridge |
| Abstract interface for external system integration bridges. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::integration |
| namespace | network_system |
Macros | |
| #define | KCENON_NETWORK_INTERNAL_INTEGRATION_BRIDGE_INTERFACE_H_ |
Unified interface for external system integration bridges.
This file defines the core interface for all integration bridges in network_system. A bridge provides a consistent way to integrate with external systems while maintaining lifecycle management, configuration, and metrics reporting.
Design Goals:
Usage Example:
Related Issues:
Definition in file bridge_interface.h.
| #define KCENON_NETWORK_INTERNAL_INTEGRATION_BRIDGE_INTERFACE_H_ |
Definition at line 7 of file bridge_interface.h.