|
Common System 0.2.0
Common interfaces and patterns for system integration
|
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"

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 |
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.