Package software.amazon.lambda.durable.retry


package software.amazon.lambda.durable.retry
  • Class
    Description
    Jitter strategy for retry delays to prevent thundering herd problems.
    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.