MongoDB C++ Driver
mongocxx-3.7.0
|
An event notification sent when the driver observes a change in any of the servers it is connected to or a change in the overall server topology. More...
#include <topology_changed_event.hpp>
Public Member Functions | |
~topology_changed_event () | |
Destroys a topology_changed_event. | |
bsoncxx::oid | topology_id () const |
An opaque id, unique to this topology for this mongocxx::client or mongocxx::pool. More... | |
topology_description | previous_description () const |
The server's description before it changed. More... | |
topology_description | new_description () const |
The server's description after it changed. More... | |
An event notification sent when the driver observes a change in any of the servers it is connected to or a change in the overall server topology.
topology_description mongocxx::events::topology_changed_event::new_description | ( | ) | const |
The server's description after it changed.
topology_description mongocxx::events::topology_changed_event::previous_description | ( | ) | const |
The server's description before it changed.
bsoncxx::oid mongocxx::events::topology_changed_event::topology_id | ( | ) | const |
An opaque id, unique to this topology for this mongocxx::client or mongocxx::pool.