Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket
-
Packages that use SubscribePacket Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of SubscribePacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type SubscribePacket Modifier and Type Method Description CompletableFuture<SubAckPacket>Mqtt5Client. 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 SubscribePacket Modifier and Type Method Description SubscribePacketSubscribePacket.SubscribePacketBuilder. build()Creates a new SUBSCRIBE packet using the settings set in the builder.static SubscribePacketSubscribePacket. of(String topicFilter, QOS qos)Creates aSubscribePacketcontaining only a single subscription topic and qos: topicFilter, QoS.
-