MySQL 8.4.0
Source Code Documentation
s_mysql_event_tracking_authentication Struct Reference

More...

#include <event_tracking_authentication_service.h>

Public Attributes

mysql_service_status_t(* notify )(const mysql_event_tracking_authentication_data *data)
 Process a authentication event. More...
 

Detailed Description

A service to track and consume authentication events.

Producer of the event will broadcast notify all interested consumers of the event.

See also
EVENT_TRACKING_AUTHENTICATION_CONSUMER_EXAMPLE

Member Data Documentation

◆ notify

mysql_service_status_t(* s_mysql_event_tracking_authentication::notify) (const mysql_event_tracking_authentication_data *data)

Process a authentication event.

Parameters
[in]common_handleHandle for common event trackign data
[in]handleHandle to retrieve additional data about event. It is guaranteed to be valid for the duration of the API.
[in]dataEvent specific data
Returns
Status of processing the event
Return values
falseSuccess
trueError

The documentation for this struct was generated from the following file: