14 #include <aws/mqtt/client.h>
15 #include <aws/mqtt/v5/mqtt5_client.h>
27 class ClientBootstrap;
37 class Mqtt5ClientCore;
72 operator
bool() const noexcept;
96 const Io::SocketOptions &socketOptions,
97 const Crt::Io::TlsContext &tlsContext,
98 bool useWebsocket = false,
99 bool enableMetrics = true) noexcept;
114 const
char *hostName,
116 const Io::SocketOptions &socketOptions,
117 bool useWebsocket = false,
118 bool enableMetrics = true) noexcept;
121 aws_mqtt_client *m_client;