Skip to content

Commit 3d037c9

Browse files
committed
add @deprecated tag to AwsIotMqttConnectionBuilder
1 parent 35bfe4a commit 3d037c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/main/java/software/amazon/awssdk/iot/AwsIotMqttConnectionBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
* A central class for building Mqtt connections without manually managing a large variety of native objects (some
4848
* still need to be created though).
4949
*/
50+
@Deprecated
5051
public final class AwsIotMqttConnectionBuilder extends CrtResource {
5152

5253
private static String IOT_SIGNING_SERVICE = "iotdevicegateway";

0 commit comments

Comments
 (0)