MongoDB C++ Driver  mongocxx-3.6.2
All Classes Namespaces Functions Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mongocxx::events::heartbeat_started_event Class Reference

An event notification sent when the driver begins executing an "isMaster" command to check the status of a server. More...

#include <heartbeat_started_event.hpp>

Public Member Functions

 ~heartbeat_started_event ()
 Destroys a heartbeat_started_event.
 
bsoncxx::stdx::string_view host () const
 Returns the host name. More...
 
std::uint16_t port () const
 Returns the port. More...
 
bool awaited () const
 Returns a boolean indicating whether this heartbeat event is from an awaitable isMaster. More...
 

Detailed Description

An event notification sent when the driver begins executing an "isMaster" command to check the status of a server.

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

Member Function Documentation

◆ awaited()

bool mongocxx::events::heartbeat_started_event::awaited ( ) const

Returns a boolean indicating whether this heartbeat event is from an awaitable isMaster.

Returns
A boolean.

◆ host()

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

Returns the host name.

Returns
The host name.

◆ port()

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

Returns the port.

Returns
The port.

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