17#include <bsoncxx/oid.hpp>
18#include <mongocxx/events/topology_description.hpp>
20#include <mongocxx/config/prelude.hpp>
23inline namespace v_noabi {
71#include <mongocxx/config/postlude.hpp>
Represents a MongoDB ObjectId.
Definition oid.hpp:37
An event notification sent when the driver observes a change in any of the servers it is connected to...
Definition topology_changed_event.hpp:33
bsoncxx::oid topology_id() const
An opaque id, unique to this topology for this mongocxx::client or mongocxx::pool.
topology_description new_description() const
The server's description after it changed.
~topology_changed_event()
Destroys a topology_changed_event.
topology_description previous_description() const
The server's description before it changed.
Class representing what the driver knows about a topology of MongoDB servers: either a standalone,...
Definition topology_description.hpp:35
The top-level namespace for mongocxx library entities.
Definition bulk_write.hpp:24