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;
95 const Io::SocketOptions &socketOptions,
96 const Crt::Io::TlsContext &tlsContext,
97 bool useWebsocket = false) noexcept;
111 const
char *hostName,
113 const Io::SocketOptions &socketOptions,
114 bool useWebsocket = false) noexcept;
117 aws_mqtt_client *m_client;