Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket
Packages that use SubscribePacket
-
Uses of SubscribePacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type SubscribePacketModifier and TypeMethodDescriptionMqtt5Client.subscribe(SubscribePacket subscribePacket) Tells the Mqtt5Client to attempt to subscribe to one or more topic filters. -
Uses of SubscribePacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubscribePacketModifier and TypeMethodDescriptionSubscribePacket.SubscribePacketBuilder.build()Creates a new SUBSCRIBE packet using the settings set in the builder.static SubscribePacketCreates aSubscribePacketcontaining only a single subscription topic and qos: topicFilter, QoS.