Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
resilient_client.h File Reference
#include <atomic>
#include <chrono>
#include <functional>
#include <memory>
#include <string>
#include <vector>
#include "internal/core/messaging_client.h"
#include "kcenon/network/detail/utils/result_types.h"
Include dependency graph for resilient_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::utils::resilient_client
 Wrapper around messaging_client that adds automatic reconnection with exponential backoff and circuit breaker pattern. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::utils
 Utility components for network_system.