Public Member Functions | |
| EventReceiver (std::uint64_t id, const std::shared_ptr< express::Response > &response) | |
| ~EventReceiver () | |
| std::shared_ptr< express::Response > | getResponse () const |
| std::uint64_t | getId () const |
Private Attributes | |
| std::uint64_t | id |
| std::weak_ptr< express::Response > | response |
| core::timer::Timer | heartbeatTimer |
Definition at line 65 of file SSEDistributor.h.
| mqtt::bridge::lib::SSEDistributor::EventReceiver::EventReceiver | ( | std::uint64_t | id, |
| const std::shared_ptr< express::Response > & | response ) |
Definition at line 247 of file SSEDistributor.cpp.
References heartbeatTimer, id, and response.
| mqtt::bridge::lib::SSEDistributor::EventReceiver::~EventReceiver | ( | ) |
Definition at line 258 of file SSEDistributor.cpp.
References heartbeatTimer.
|
inline |
Definition at line 73 of file SSEDistributor.h.
References id.
Referenced by mqtt::bridge::lib::SSEDistributor::addEventReceiver().
| std::shared_ptr< express::Response > mqtt::bridge::lib::SSEDistributor::EventReceiver::getResponse | ( | ) | const |
Definition at line 262 of file SSEDistributor.cpp.
References response.
Referenced by mqtt::bridge::lib::SSEDistributor::sendEvent().
|
private |
Definition at line 81 of file SSEDistributor.h.
Referenced by EventReceiver(), and ~EventReceiver().
|
private |
Definition at line 78 of file SSEDistributor.h.
Referenced by EventReceiver(), and getId().
|
private |
Definition at line 79 of file SSEDistributor.h.
Referenced by EventReceiver(), and getResponse().