MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongocxx::v_noabi::events Namespace Reference

Description

Declares entities describing APM events.

Classes

class  command_failed_event
 The failed execution of a MongoDB command. More...
 
class  command_started_event
 The start of the execution of a MongoDB command. More...
 
class  command_succeeded_event
 The successful execution of a MongoDB command. More...
 
class  heartbeat_failed_event
 The failed execution of a heartbeat ("hello") command. More...
 
class  heartbeat_started_event
 The start of the execution of a heartbeat ("hello") command. More...
 
class  heartbeat_succeeded_event
 The successful execution of a heartbeat ("hello") command. More...
 
class  server_changed_event
 A change in the description of a connected MongoDB server. More...
 
class  server_closed_event
 The closing of a connection to a shutdown MongoDB server. More...
 
class  server_description
 The description of a connected MongoDB server. More...
 
class  server_opening_event
 The addition of a new MongoDB server to the topology description. More...
 
class  topology_changed_event
 A change in the topology description (including its server descriptions). More...
 
class  topology_closed_event
 The closing of connections to a topology of shutdown MongoDB servers. More...
 
class  topology_description
 A description of the topology of one or more connected MongoDB servers. More...
 
class  topology_opening_event
 A new connection to a topology of MongoDB servers. More...