@@ -101,10 +101,10 @@ namespace Aws
101
101
};
102
102
103
103
/* *
104
- * @deprecated Please use Aws::Iot::Mqtt5ClientBuilder for new code . There are no current plans to fully
105
- * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to have
106
- * access to a more robust feature set, clearer error handling, and lifetime management. More details can be
107
- * found here: <URL>
104
+ * @deprecated We strongly recommend using the Aws::Crt::Mqtt5::Mqtt5Client . There are no current plans to fully
105
+ * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to access
106
+ * a more robust feature set, clearer error handling, and lifetime management. More details can be found here:
107
+ * <URL>
108
108
*
109
109
* Represents configuration parameters for building a MqttClientConnectionConfig object. You can use a single
110
110
* instance of this class PER MqttClientConnectionConfig you want to generate. If you want to generate a config
@@ -470,29 +470,29 @@ namespace Aws
470
470
};
471
471
472
472
/* *
473
- * @deprecated Please use Aws::Crt::Mqtt5::Mqtt5Client for new code . There are no current plans to fully
474
- * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to have
475
- * access to a more robust feature set, clearer error handling, and lifetime management. More details can be
476
- * found here: <URL>
473
+ * @deprecated We strongly recommend using the Aws::Crt::Mqtt5::Mqtt5Client. There are no current plans to fully
474
+ * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to access
475
+ * a more robust feature set, clearer error handling, and lifetime management. More details can be found here:
476
+ * <URL>
477
477
*
478
478
* AWS IOT specific Mqtt Client. Sets defaults for using the AWS IOT service. You'll need an instance of
479
479
* MqttClientConnectionConfig to use. Once NewConnection returns, you use it's return value identically
480
480
* to how you would use Aws::Crt::Mqtt::MqttConnection
481
481
*/
482
482
class AWS_CRT_CPP_API AWS_CRT_SOFT_DEPRECATED (
483
- " Please use Aws::Crt::Mqtt5::Mqtt5Client for new code . There are "
484
- " no current plans to fully deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate "
485
- " to the MQTT5 client to have access to a more robust feature set, clearer error handling, and lifetime "
486
- " management. More details can be found here: <URL>" ) MqttClient final
483
+ " We strongly recommend using the Aws::Crt::Mqtt5::Mqtt5Client. There are no current plans to fully "
484
+ " deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to "
485
+ " access a more robust feature set, clearer error handling, and lifetime management. More details can be "
486
+ " found here: <URL>" ) MqttClient final
487
487
{
488
488
public:
489
489
MqttClient (Crt::Io::ClientBootstrap &bootstrap, Crt::Allocator *allocator = Crt::ApiAllocator ()) noexcept ;
490
490
491
491
/* *
492
- * @deprecated Prefer Aws::Crt::Mqtt5::Mqtt5Client for new code. There are no current plans to fully
493
- * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to
494
- * have access to a more robust feature set, clearer error handling, and lifetime management. More details
495
- * can be found here: <URL>
492
+ * @deprecated We strongly recommend using the Aws::Crt::Mqtt5::Mqtt5Client. There are no current plans to
493
+ * fully deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client
494
+ * to access a more robust feature set, clearer error handling, and lifetime management. More details can be
495
+ * found here: <URL>
496
496
*
497
497
* Constructs a new Mqtt Client object using the static default ClientBootstrap.
498
498
*
@@ -502,10 +502,10 @@ namespace Aws
502
502
MqttClient (Crt::Allocator *allocator = Crt::ApiAllocator ()) noexcept ;
503
503
504
504
/* *
505
- * @deprecated Prefer Aws::Crt::Mqtt5::Mqtt5Client for new code. There are no current plans to fully
506
- * deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client to
507
- * have access to a more robust feature set, clearer error handling, and lifetime management. More details
508
- * can be found here: <URL>
505
+ * @deprecated We strongly recommend using the Aws::Crt::Mqtt5::Mqtt5Client. There are no current plans to
506
+ * fully deprecate the MQTT 3.1.1 client but it is highly recommended customers migrate to the MQTT5 client
507
+ * to access a more robust feature set, clearer error handling, and lifetime management. More details can be
508
+ * found here: <URL>
509
509
*
510
510
* Creates a new mqtt connection from a connection configuration object
511
511
* @param config mqtt connection configuration
0 commit comments