Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
safe_event_dispatcher.h File Reference

Thread-safe event dispatcher with error boundary for handler failures. More...

#include "event_bus.h"
#include <exception>
#include <functional>
#include <string>
Include dependency graph for safe_event_dispatcher.h:

Go to the source code of this file.

Classes

struct  kcenon::monitoring::handler_error_info
 Information about handler execution errors. More...
 
class  kcenon::monitoring::safe_event_dispatcher
 Event dispatcher with exception handling and error recovery. More...
 
struct  kcenon::monitoring::safe_event_dispatcher::dead_letter_entry
 

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Detailed Description

Thread-safe event dispatcher with error boundary for handler failures.

See also
event_bus.h

Definition in file safe_event_dispatcher.h.