Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
circuit_breaker_config.h File Reference

Configuration structure for circuit breaker behavior. More...

#include <chrono>
#include <cstddef>
Include dependency graph for circuit_breaker_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::common::resilience::circuit_breaker_config
 Configuration parameters for circuit breaker. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::common
 Core interfaces.
 
namespace  kcenon::common::resilience
 

Detailed Description

Configuration structure for circuit breaker behavior.

Provides configurable thresholds and timeouts for circuit breaker operation.

Definition in file circuit_breaker_config.h.