![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
An example implementation of a module that uses GR send service. More...
#include <gr_message_service_example.h>
Public Member Functions | |
| bool | register_example () | 
| Register send method to send service message from GR.  More... | |
| bool | unregister_example () | 
| Unregister send method, will not allow send service message from GR.  More... | |
Static Public Member Functions | |
| static char * | udf (UDF_INIT *, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *, unsigned char *) | 
| UDF that will be called to send data to Group Replication send service.  More... | |
| static bool | udf_init (UDF_INIT *init_id, UDF_ARGS *args, char *message) | 
| UDF initialization procedure.  More... | |
An example implementation of a module that uses GR send service.
| bool GR_message_service_send_example::register_example | ( | ) | 
Register send method to send service message from GR.
      
  | 
  static | 
UDF that will be called to send data to Group Replication send service.
      
  | 
  static | 
UDF initialization procedure.
| bool GR_message_service_send_example::unregister_example | ( | ) | 
Unregister send method, will not allow send service message from GR.