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

DAG-based health check dependency management. More...

#include <memory>
#include <mutex>
#include <queue>
#include <set>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "health_check.h"
Include dependency graph for health_dependency_graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::common::interfaces::health_dependency_graph
 Manages dependencies between health checks as a DAG. More...
 

Namespaces

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

Detailed Description

DAG-based health check dependency management.

This header defines the health_dependency_graph class which manages dependencies between health checks using a directed acyclic graph.

Definition in file health_dependency_graph.h.