#include <mongocxx/v1/events/topology_description_changed.hpp>
TopologyDescriptionChangedEvent from the SDAM Logging and Monitoring specification.
Public Member Functions | |
| v1::events::topology_description | new_description () const |
| Return the new topology description. | |
| v1::events::topology_description | previous_description () const |
| Return the previous topology description. | |
| bsoncxx::v1::oid | topology_id () const |
| Return the client-generated unique topology ID. | |
| v1::events::topology_description mongocxx::v1::events::topology_description_changed::new_description | ( | ) | const |
Return the new topology description.
| v1::events::topology_description mongocxx::v1::events::topology_description_changed::previous_description | ( | ) | const |
Return the previous topology description.
| bsoncxx::v1::oid mongocxx::v1::events::topology_description_changed::topology_id | ( | ) | const |
Return the client-generated unique topology ID.