MySQL 8.4.1
Source Code Documentation
Event_lifecycle_bridge_implementation Class Referencefinal

#include <mysql_server_event_tracking_bridge_imp.h>

Static Public Member Functions

static mysql_service_status_t notify_startup (const mysql_event_tracking_startup_data *data) noexcept
 Process a start-up event. More...
 
static mysql_service_status_t notify_shutdown (const mysql_event_tracking_shutdown_data *data) noexcept
 Process a shutdown event. More...
 

Member Function Documentation

◆ notify_shutdown()

mysql_service_status_t Event_lifecycle_bridge_implementation::notify_shutdown ( const mysql_event_tracking_shutdown_data data)
staticnoexcept

Process a shutdown event.

Parameters
[in]dataEvent specific data
Returns
Status of processing the event
Return values
falseSuccess
trueError

◆ notify_startup()

mysql_service_status_t Event_lifecycle_bridge_implementation::notify_startup ( const mysql_event_tracking_startup_data data)
staticnoexcept

Process a start-up event.

Parameters
[in]dataEvent specific data
Returns
Status of processing the event
Return values
falseSuccess
trueError

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