Uses of Class
software.amazon.awssdk.crt.io.ExponentialBackoffRetryOptions.JitterMode
-
Packages that use ExponentialBackoffRetryOptions.JitterMode Package Description software.amazon.awssdk.crt.io software.amazon.awssdk.crt.mqtt5 -
-
Uses of ExponentialBackoffRetryOptions.JitterMode in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ExponentialBackoffRetryOptions.JitterMode Modifier and Type Method Description ExponentialBackoffRetryOptions.JitterMode
ExponentialBackoffRetryOptions. getJitterMode()
static ExponentialBackoffRetryOptions.JitterMode
ExponentialBackoffRetryOptions.JitterMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExponentialBackoffRetryOptions.JitterMode[]
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.JitterMode Modifier and Type Method Description ExponentialBackoffRetryOptions
ExponentialBackoffRetryOptions. 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.JitterMode Modifier and Type Method Description ExponentialBackoffRetryOptions.JitterMode
Mqtt5ClientOptions. 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.JitterMode Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.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.
-