Uses of Class
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.ClientOfflineQueueBehavior
-
Packages that use Mqtt5ClientOptions.ClientOfflineQueueBehavior Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ClientOptions.ClientOfflineQueueBehavior in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.ClientOfflineQueueBehavior Modifier and Type Method Description static Mqtt5ClientOptions.ClientOfflineQueueBehaviorMqtt5ClientOptions.ClientOfflineQueueBehavior. getEnumValueFromInteger(int value)Creates a Java ClientOfflineQueueBehavior enum value from a native integer value.Mqtt5ClientOptions.ClientOfflineQueueBehaviorMqtt5ClientOptions. getOfflineQueueBehavior()Returns how disconnects affect the queued and in-progress operations tracked by the client.static Mqtt5ClientOptions.ClientOfflineQueueBehaviorMqtt5ClientOptions.ClientOfflineQueueBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static Mqtt5ClientOptions.ClientOfflineQueueBehavior[]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.ClientOfflineQueueBehavior Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilderMqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withOfflineQueueBehavior(Mqtt5ClientOptions.ClientOfflineQueueBehavior offlineQueueBehavior)Sets how disconnects affect the queued and in-progress operations tracked by the client.
-