Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket.SubscribePacketBuilder
Packages that use SubscribePacket.SubscribePacketBuilder
-
Uses of SubscribePacket.SubscribePacketBuilder in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubscribePacket.SubscribePacketBuilderModifier and TypeMethodDescriptionSubscribePacket.SubscribePacketBuilder.withSubscription(String topicFilter, QOS qos) Sets a single subscription within the SubscribePacket.SubscribePacket.SubscribePacketBuilder.withSubscription(String topicFilter, QOS qos, Boolean noLocal, Boolean retainAsPublished, SubscribePacket.RetainHandlingType retainHandlingType) Sets a single subscription within the SubscribePacket.SubscribePacket.SubscribePacketBuilder.withSubscription(SubscribePacket.Subscription subscription) Sets a single subscription within the SubscribePacket.SubscribePacket.SubscribePacketBuilder.withSubscriptionIdentifier(long subscriptionIdentifier) Sets the positive long to associate with all topic filters in this request.SubscribePacket.SubscribePacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.