Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::subscription_token Class Reference

Token for managing event subscriptions. More...

#include <event_bus_interface.h>

Collaboration diagram for kcenon::monitoring::subscription_token:
Collaboration graph

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_
 

Detailed Description

Token for managing event subscriptions.

Definition at line 194 of file event_bus_interface.h.

Constructor & Destructor Documentation

◆ subscription_token()

kcenon::monitoring::subscription_token::subscription_token ( std::type_index event_type,
uint64_t handler_id )
inline

Member Function Documentation

◆ get_event_type()

std::type_index kcenon::monitoring::subscription_token::get_event_type ( ) const
inline

◆ get_handler_id()

uint64_t kcenon::monitoring::subscription_token::get_handler_id ( ) const
inline

Member Data Documentation

◆ event_type_

std::type_index kcenon::monitoring::subscription_token::event_type_
private

◆ handler_id_

uint64_t kcenon::monitoring::subscription_token::handler_id_
private

The documentation for this class was generated from the following file: