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