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

Composite health check that aggregates multiple health checks. More...

#include <memory>
#include <mutex>
#include <string>
#include <vector>
#include "health_check.h"
Include dependency graph for composite_health_check.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::composite_health_check
 Aggregates multiple health checks into a single check. More...
 

Namespaces

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

Detailed Description

Composite health check that aggregates multiple health checks.

This header defines the composite_health_check class which combines multiple health checks into a single aggregated result.

Definition in file composite_health_check.h.