Uses of Class
software.amazon.awssdk.crt.io.ExponentialBackoffRetryOptions
Packages that use ExponentialBackoffRetryOptions
-
Uses of ExponentialBackoffRetryOptions in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ExponentialBackoffRetryOptionsModifier and TypeMethodDescriptionStandardRetryOptions.getBackoffRetryOptions()ExponentialBackoffRetryOptions.withBackoffScaleFactorMS(long backoffScaleFactorMS) Configures the initial (base) unscaled backoff interval in millisecondsExponentialBackoffRetryOptions.withEventLoopGroup(EventLoopGroup eventLoopGroup) Configure the event loop group to use to schedule the backoff/retry tasksExponentialBackoffRetryOptions.withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode) Configure the type of jitter to apply to the backoff interval calculationsExponentialBackoffRetryOptions.withMaxRetries(long maxRetries) Configure the maximum number of retries to make while using a strategy sourced from these optionsMethods in software.amazon.awssdk.crt.io with parameters of type ExponentialBackoffRetryOptionsModifier and TypeMethodDescriptionStandardRetryOptions.withBackoffRetryOptions(ExponentialBackoffRetryOptions backoffRetryOptions) Sets the exponential backoff configuration