We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e9c1e commit d285288Copy full SHA for d285288
1 file changed
src/main/java/software/amazon/awssdk/crt/mqtt5/Mqtt5ClientOptions.java
@@ -47,9 +47,10 @@ public class Mqtt5ClientOptions {
47
private PublishEvents publishEvents;
48
private TopicAliasingOptions topicAliasingOptions;
49
// Indicates whether AWS IoT Metrics are enabled for this client, default to true.
50
- // We don't expose this setting in the builder for now.
51
- private IoTDeviceSDKMetrics iotDeviceSDKMetrics;
+ // We don't expose iotDeviceSDKMetrics in the builder, and only allow setting
+ // metricsEnabled for now.
52
private boolean metricsEnabled = true;
53
+ private IoTDeviceSDKMetrics iotDeviceSDKMetrics;
54
55
56
/**
0 commit comments