Package io.awspring.cloud.sqs.listener.errorhandler
@NullMarked
package io.awspring.cloud.sqs.listener.errorhandler
Components for handling errors and potentially recovering messages.
-
ClassDescriptionInterface for handling message processing errors async.Constants for Backoff Error Handler.ErrorHandler<T>Interface for handling errors.Utility methods for Error Handler.An implementation of an Exponential Backoff error handler for asynchronous message processing.A default error handler implementation for asynchronous message processing.Strategy interface for applying jitter to exponential backoff calculations.Context for jitter calculations.An implementation of a Linear Backoff error handler for asynchronous message processing.