MySQL 9.1.0
Source Code Documentation
|
Implementation helper class for connection events. More...
#include <event_tracking_connection_consumer_helper.h>
Static Public Member Functions | |
static bool | callback (const mysql_event_tracking_connection_data *data) |
Callback function - To be implemented by component to handle an event. More... | |
static mysql_service_status_t | notify (const mysql_event_tracking_connection_data *data) noexcept |
event_tracking_connection service implementation More... | |
Static Public Attributes | |
static mysql_event_tracking_connection_subclass_t | filtered_sub_events |
Sub-events to be filtered/ignored - To be defined by the component. More... | |
Implementation helper class for connection events.
|
static |
Callback function - To be implemented by component to handle an event.
|
inlinestaticnoexcept |
event_tracking_connection service implementation
[in] | data | Data related to connection event |
false | Success |
true | Failure |
|
static |
Sub-events to be filtered/ignored - To be defined by the component.