|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Builder pattern for creating health checks. More...
#include <chrono>#include <functional>#include <memory>#include <string>#include "health_check.h"

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