MySQL 8.4.0
Source Code Documentation
QuarantineRoutingCallbacks Struct Reference

#include <destination_status_types.h>

Public Member Functions

void reset ()
 

Public Attributes

std::function< std::vector< mysql_harness::TCPAddress >(const std::string &)> on_get_destinations
 
std::function< void(const std::string &)> on_start_acceptors
 
std::function< void(const std::string &)> on_stop_acceptors
 

Member Function Documentation

◆ reset()

void QuarantineRoutingCallbacks::reset ( )
inline

Member Data Documentation

◆ on_get_destinations

std::function<std::vector<mysql_harness::TCPAddress>(const std::string &)> QuarantineRoutingCallbacks::on_get_destinations

◆ on_start_acceptors

std::function<void(const std::string &)> QuarantineRoutingCallbacks::on_start_acceptors

◆ on_stop_acceptors

std::function<void(const std::string &)> QuarantineRoutingCallbacks::on_stop_acceptors

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