Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket.RetainHandlingType
Packages that use SubscribePacket.RetainHandlingType
-
Uses of SubscribePacket.RetainHandlingType in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubscribePacket.RetainHandlingTypeModifier and TypeMethodDescriptionSubscribePacket.RetainHandlingType.getEnumValueFromInteger(int value) Creates a Java RetainHandlingType enum value from a native integer value.SubscribePacket.Subscription.getRetainHandlingType()Returns whether retained messages on matching topics be sent in reaction to this subscription.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.RetainHandlingTypeModifier and TypeMethodDescriptionSubscribePacket.SubscribePacketBuilder.withSubscription(String topicFilter, QOS qos, Boolean noLocal, Boolean retainAsPublished, SubscribePacket.RetainHandlingType retainHandlingType) Sets a single subscription within the SubscribePacket.