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

Builder pattern for creating health checks. More...

#include <chrono>
#include <functional>
#include <memory>
#include <string>
#include "health_check.h"
Include dependency graph for health_check_builder.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_check_builder
 Fluent builder for creating health checks. More...
 

Namespaces

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

Detailed Description

Builder pattern for creating health checks.

This header defines the health_check_builder class which provides a fluent API for constructing health checks.

Definition in file health_check_builder.h.