|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
A callable that can handle events of a specific type. More...
#include <event_bus_interface.h>
A callable that can handle events of a specific type.
Event handlers receive events by const reference and return void. They should not throw exceptions to avoid disrupting event dispatch.
Definition at line 62 of file event_bus_interface.h.