17 #include <bsoncxx/stdx/string_view.hpp> 19 #include <mongocxx/config/prelude.hpp> 22 MONGOCXX_INLINE_NAMESPACE_BEGIN
40 ~heartbeat_failed_event();
47 std::string message()
const;
54 std::int64_t duration()
const;
61 bsoncxx::stdx::string_view host()
const;
68 std::uint16_t port()
const;
71 const void* _failed_event;
75 MONGOCXX_INLINE_NAMESPACE_END
78 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
An event notification sent when the driver failed to send an "isMaster" command to check the status o...
Definition: heartbeat_failed_event.hpp:33