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 PollingStrategyPollingStrategies.exponentialBackoff(Duration baseInterval, double backoffRate, JitterStrategy jitter, Duration maxInterval) Creates an exponential backoff polling strategy.static RetryStrategyRetryStrategies.exponentialBackoff(int maxAttempts, Duration initialDelay, Duration maxDelay, double backoffRate, JitterStrategy jitter) Creates an exponential backoff retry strategy.