Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubAckPacket
-
Packages that use SubAckPacket Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of SubAckPacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return types with arguments of type SubAckPacket Modifier and Type Method Description CompletableFuture<SubAckPacket>
Mqtt5Client. subscribe(SubscribePacket subscribePacket)
Tells the Mqtt5Client to attempt to subscribe to one or more topic filters.
-