Uses of Class
software.amazon.lambda.durable.retry.RetryDecision
Packages that use RetryDecision
-
Uses of RetryDecision in software.amazon.lambda.durable.retry
Methods in software.amazon.lambda.durable.retry that return RetryDecisionModifier and TypeMethodDescriptionstatic RetryDecisionRetryDecision.fail()Creates a retry decision indicating the operation should not be retried.RetryStrategy.makeRetryDecision(Throwable error, int attemptNumber) Determines whether to retry a failed operation and calculates the retry delay.static RetryDecisionCreates a retry decision indicating the operation should be retried after the specified delay.