Uses of Enum
software.amazon.awssdk.crt.io.ExponentialBackoffRetryOptions.JitterMode
Packages that use ExponentialBackoffRetryOptions.JitterMode
-
Uses of ExponentialBackoffRetryOptions.JitterMode in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ExponentialBackoffRetryOptions.JitterModeModifier and TypeMethodDescriptionExponentialBackoffRetryOptions.getJitterMode()Returns the enum constant of this type with the specified name.ExponentialBackoffRetryOptions.JitterMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.io with parameters of type ExponentialBackoffRetryOptions.JitterModeModifier and TypeMethodDescriptionExponentialBackoffRetryOptions.withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode) Configure the type of jitter to apply to the backoff interval calculations -
Uses of ExponentialBackoffRetryOptions.JitterMode in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return ExponentialBackoffRetryOptions.JitterModeModifier and TypeMethodDescriptionMqtt5ClientOptions.getRetryJitterMode()Returns how the reconnect delay is modified in order to smooth out the distribution of reconnection attempt time points for a large set of reconnecting clients.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type ExponentialBackoffRetryOptions.JitterModeModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withRetryJitterMode(ExponentialBackoffRetryOptions.JitterMode retryJitterMode) Sets how the reconnect delay is modified in order to smooth out the distribution of reconnection attempt time points for a large set of reconnecting clients.