19 #include <bsoncxx/stdx/string_view.hpp>
21 #include <mongocxx/config/prelude.hpp>
24 inline namespace v_noabi {
48 bsoncxx::stdx::string_view
host()
const;
55 std::uint16_t
port()
const;
65 const void* _started_event;
72 #include <mongocxx/config/postlude.hpp>
An event notification sent when the driver begins executing a "hello" command to check the status of ...
Definition: heartbeat_started_event.hpp:34
std::uint16_t port() const
Returns the port.
~heartbeat_started_event()
Destroys a heartbeat_started_event.
bool awaited() const
Returns a boolean indicating whether this heartbeat event is from an awaitable hello.
bsoncxx::stdx::string_view host() const
Returns the host name.
The top-level namespace for mongocxx library entities.
Definition: bulk_write.hpp:24