#include <privmx/endpoint/kvdb/Events.hpp>


Public Member Functions | |
| KvdbDeletedEvent () | |
| std::string | toJSON () const override |
| std::shared_ptr< core::SerializedEvent > | serialize () const override |
| Public Member Functions inherited from privmx::endpoint::core::Event | |
| Event (const std::string &type) | |
| virtual | ~Event ()=default |
Public Attributes | |
| KvdbDeletedEventData | data |
| Public Attributes inherited from privmx::endpoint::core::Event | |
| std::string | type |
| std::string | channel |
| int64_t | connectionId = -1 |
| std::vector< std::string > | subscriptions |
| int64_t | timestamp |
Holds data of event that arrives when Kvdb is deleted.
|
inline |
Event constructor
|
overridevirtual |
//doc-gen:ignore
Implements privmx::endpoint::core::Event.
|
overridevirtual |
| KvdbDeletedEventData privmx::endpoint::kvdb::KvdbDeletedEvent::data |
event data