Uses of Package
software.amazon.lambda.durable.retry
Packages that use software.amazon.lambda.durable.retry
Package
Description
-
Classes in software.amazon.lambda.durable.retry used by software.amazon.lambda.durableClassDescriptionFunctional interface for computing polling delays between attempts.
-
Classes in software.amazon.lambda.durable.retry used by software.amazon.lambda.durable.configClassDescriptionFunctional interface for determining retry behavior when operations fail.Strategy that computes the delay before the next polling attempt in a
waitForConditionoperation. -
Classes in software.amazon.lambda.durable.retry used by software.amazon.lambda.durable.retryClassDescriptionJitter strategy for retry delays to prevent thundering herd problems.Functional interface for computing polling delays between attempts.Represents a decision about whether to retry a failed operation and how long to wait.Functional interface for determining retry behavior when operations fail.Strategy that computes the delay before the next polling attempt in a
waitForConditionoperation.