Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket.RetainHandlingType
-
Packages that use SubscribePacket.RetainHandlingType Package Description software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of SubscribePacket.RetainHandlingType in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubscribePacket.RetainHandlingType Modifier and Type Method Description static SubscribePacket.RetainHandlingTypeSubscribePacket.RetainHandlingType. getEnumValueFromInteger(int value)Creates a Java RetainHandlingType enum value from a native integer value.SubscribePacket.RetainHandlingTypeSubscribePacket.Subscription. getRetainHandlingType()Returns whether retained messages on matching topics be sent in reaction to this subscription.static SubscribePacket.RetainHandlingTypeSubscribePacket.RetainHandlingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscribePacket.RetainHandlingType[]SubscribePacket.RetainHandlingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type SubscribePacket.RetainHandlingType Modifier and Type Method Description SubscribePacket.SubscribePacketBuilderSubscribePacket.SubscribePacketBuilder. withSubscription(String topicFilter, QOS qos, Boolean noLocal, Boolean retainAsPublished, SubscribePacket.RetainHandlingType retainHandlingType)Sets a single subscription within the SubscribePacket.
-