MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event.hpp>
An event notification sent when the driver failed to send an "hello" command to check the status of a server.
Public Member Functions | |
~heartbeat_failed_event () | |
Destroys a heartbeat_failed_event. | |
bool | awaited () const |
Returns a boolean indicating whether this heartbeat event is from an awaitable hello. | |
std::int64_t | duration () const |
Returns the duration of the failed operation. | |
bsoncxx::v_noabi::stdx::string_view | host () const |
Returns the host name. | |
std::string | message () const |
Returns the failed operation's error message. | |
std::uint16_t | port () const |
Returns the port. | |
mongocxx::v_noabi::events::heartbeat_failed_event::~heartbeat_failed_event | ( | ) |
Destroys a heartbeat_failed_event.
bool mongocxx::v_noabi::events::heartbeat_failed_event::awaited | ( | ) | const |
Returns a boolean indicating whether this heartbeat event is from an awaitable hello.
std::int64_t mongocxx::v_noabi::events::heartbeat_failed_event::duration | ( | ) | const |
Returns the duration of the failed operation.
bsoncxx::v_noabi::stdx::string_view mongocxx::v_noabi::events::heartbeat_failed_event::host | ( | ) | const |
Returns the host name.
std::string mongocxx::v_noabi::events::heartbeat_failed_event::message | ( | ) | const |
Returns the failed operation's error message.
std::uint16_t mongocxx::v_noabi::events::heartbeat_failed_event::port | ( | ) | const |
Returns the port.