Uses of Enum Class
software.amazon.lambda.durable.retry.JitterStrategy
Packages that use JitterStrategy
-
Uses of JitterStrategy in software.amazon.lambda.durable.retry
Methods in software.amazon.lambda.durable.retry that return JitterStrategyModifier and TypeMethodDescriptionstatic JitterStrategyReturns the enum constant of this class with the specified name.static JitterStrategy[]JitterStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.retry with parameters of type JitterStrategyModifier and TypeMethodDescriptionstatic RetryStrategyRetryStrategies.exponentialBackoff(int maxAttempts, Duration initialDelay, Duration maxDelay, double backoffRate, JitterStrategy jitter) Creates an exponential backoff retry strategy.