MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
mongocxx::v_noabi::events::topology_closed_event Class Reference

#include <mongocxx/v_noabi/mongocxx/events/topology_closed_event.hpp>

Description

An event notification sent when the driver stops monitoring a server topology and destroys its description.

See also

Public Member Functions

 ~topology_closed_event ()
 Destroys a topology_closed_event.
 
bsoncxx::v_noabi::oid topology_id () const
 An opaque id, unique to this topology for this mongocxx::v_noabi::client or mongocxx::v_noabi::pool.
 

Constructor & Destructor Documentation

◆ ~topology_closed_event()

mongocxx::v_noabi::events::topology_closed_event::~topology_closed_event ( )

Destroys a topology_closed_event.

Member Function Documentation

◆ topology_id()

bsoncxx::v_noabi::oid mongocxx::v_noabi::events::topology_closed_event::topology_id ( ) const

An opaque id, unique to this topology for this mongocxx::v_noabi::client or mongocxx::v_noabi::pool.

Returns
The id.

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