Uses of Enum
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.ClientOfflineQueueBehavior
Packages that use Mqtt5ClientOptions.ClientOfflineQueueBehavior
-
Uses of Mqtt5ClientOptions.ClientOfflineQueueBehavior in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.ClientOfflineQueueBehaviorModifier and TypeMethodDescriptionMqtt5ClientOptions.ClientOfflineQueueBehavior.getEnumValueFromInteger
(int value) Creates a Java ClientOfflineQueueBehavior enum value from a native integer value.Mqtt5ClientOptions.getOfflineQueueBehavior()
Returns how disconnects affect the queued and in-progress operations tracked by the client.Returns the enum constant of this type with the specified name.Mqtt5ClientOptions.ClientOfflineQueueBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5ClientOptions.ClientOfflineQueueBehaviorModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withOfflineQueueBehavior
(Mqtt5ClientOptions.ClientOfflineQueueBehavior offlineQueueBehavior) Sets how disconnects affect the queued and in-progress operations tracked by the client.