|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Wrapper for event handlers with metadata. More...
#include <event_bus.h>

Public Member Functions | |
| event_handler_wrapper (std::function< void(const std::any &)> h, event_priority p, uint64_t i) | |
Public Attributes | |
| std::function< void(const std::any &)> | handler |
| event_priority | priority |
| uint64_t | id |
Wrapper for event handlers with metadata.
Definition at line 73 of file event_bus.h.
|
inline |
Definition at line 78 of file event_bus.h.
| std::function<void(const std::any&)> kcenon::monitoring::event_handler_wrapper::handler |
Definition at line 74 of file event_bus.h.
| uint64_t kcenon::monitoring::event_handler_wrapper::id |
Definition at line 76 of file event_bus.h.
| event_priority kcenon::monitoring::event_handler_wrapper::priority |
Definition at line 75 of file event_bus.h.
Referenced by kcenon::monitoring::event_bus::subscribe_event_impl().