MySQL 8.3.0
Source Code Documentation
Action_packet Class Reference

A packet to control the applier in a event oriented way. More...

#include <applier.h>

Inheritance diagram for Action_packet:
[legend]

Public Member Functions

 Action_packet (enum_packet_action action)
 Create a new action packet. More...
 
 ~Action_packet () override=default
 
- Public Member Functions inherited from Packet
 Packet (int type)
 Create a new generic packet of a certain type. More...
 
virtual ~Packet ()=default
 
int get_packet_type ()
 

Public Attributes

enum_packet_action packet_action
 

Detailed Description

A packet to control the applier in a event oriented way.

Constructor & Destructor Documentation

◆ Action_packet()

Action_packet::Action_packet ( enum_packet_action  action)
inline

Create a new action packet.

Parameters
actionthe packet action

◆ ~Action_packet()

Action_packet::~Action_packet ( )
overridedefault

Member Data Documentation

◆ packet_action

enum_packet_action Action_packet::packet_action

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