#include <privmx/endpoint/kvdb/Events.hpp>
'Events' provides the helpers methods for module's events management.
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbCreatedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbDeletedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbEntryDeletedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbEntryUpdatedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbNewEntryEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbStatsChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Gets Event held in the 'EventHolder' as an 'KvdbUpdatedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbCreatedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbDeletedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbEntryDeletedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbEntryUpdatedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbNewEntryEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbStatsChangedEvent'
| eventHolder | holder object that wraps the 'Event' |
|
static |
Checks whether event held in the 'EventHolder' is an 'KvdbUpdatedEvent'
| eventHolder | holder object that wraps the 'Event' |