MongoDB C++ Driver mongocxx-3.7.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mongocxx::events::server_opening_event Class Reference

An event notification sent when the driver adds a MongoDB server to the topology description and begins monitoring it. More...

#include <server_opening_event.hpp>

Public Member Functions

 ~server_opening_event ()
 Destroys a server_opening_event.
 
bsoncxx::stdx::string_view host () const
 Returns the server host name.
 
std::uint16_t port () const
 Returns the server port.
 
const bsoncxx::oid topology_id () const
 An opaque id, unique to this topology for this mongocxx::client or mongocxx::pool.
 

Detailed Description

An event notification sent when the driver adds a MongoDB server to the topology description and begins monitoring it.

See also
"ServerOpeningEvent" in https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst

Member Function Documentation

◆ host()

bsoncxx::stdx::string_view mongocxx::events::server_opening_event::host ( ) const

Returns the server host name.

Returns
The host name.

◆ port()

std::uint16_t mongocxx::events::server_opening_event::port ( ) const

Returns the server port.

Returns
The port.

◆ topology_id()

const bsoncxx::oid mongocxx::events::server_opening_event::topology_id ( ) const

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

Returns
The id.

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