Package software.amazon.lambda.durable.retry
package software.amazon.lambda.durable.retry
-
ClassDescriptionJitter strategy for retry delays to prevent thundering herd problems.Factory class for creating common polling strategies.Preset polling strategies for common use cases.Functional interface for computing polling delays between attempts.Represents a decision about whether to retry a failed operation and how long to wait.Factory class for creating common retry strategies.Preset retry strategies for common use cases.Functional interface for determining retry behavior when operations fail.Strategy that computes the delay before the next polling attempt in a
waitForConditionoperation.Factory class for creating commonWaitForConditionWaitStrategyimplementations.Preset wait strategies for common use cases.