|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Token for managing event subscriptions. More...
#include <event_bus_interface.h>

Public Member Functions | |
| subscription_token (std::type_index event_type, uint64_t handler_id) | |
| std::type_index | get_event_type () const |
| uint64_t | get_handler_id () const |
Private Attributes | |
| std::type_index | event_type_ |
| uint64_t | handler_id_ |
Token for managing event subscriptions.
Definition at line 194 of file event_bus_interface.h.
|
inline |
Definition at line 196 of file event_bus_interface.h.
|
inline |
Definition at line 199 of file event_bus_interface.h.
References event_type_.
Referenced by kcenon::monitoring::event_bus::unsubscribe_event().

|
inline |
|
private |
Definition at line 203 of file event_bus_interface.h.
Referenced by get_event_type().
|
private |
Definition at line 204 of file event_bus_interface.h.
Referenced by get_handler_id().