Uses of Interface
io.awspring.cloud.sqs.listener.errorhandler.AsyncErrorHandler
Packages that use AsyncErrorHandler
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
Components for handling errors and potentially recovering messages.
Pipeline abstraction to process messages in a container.
-
Uses of AsyncErrorHandler in io.awspring.cloud.sqs.config
Methods in io.awspring.cloud.sqs.config with parameters of type AsyncErrorHandlerModifier and TypeMethodDescriptionSqsMessageListenerContainerFactory.Builder.errorHandler(AsyncErrorHandler<T> asyncErrorHandler) voidAbstractMessageListenerContainerFactory.setErrorHandler(AsyncErrorHandler<T> errorHandler) Set theAsyncErrorHandlerinstance to be used by containers created with this factory. -
Uses of AsyncErrorHandler in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return AsyncErrorHandlerModifier and TypeMethodDescriptionstatic <T> AsyncErrorHandler<T>AsyncComponentAdapters.adapt(ErrorHandler<T> errorHandler) Adapt the providedErrorHandlerto anAsyncErrorHandlerAbstractMessageListenerContainer.getErrorHandler()Return theAsyncErrorHandlerinstance used by this container.Methods in io.awspring.cloud.sqs.listener with parameters of type AsyncErrorHandlerModifier and TypeMethodDescriptionSqsMessageListenerContainer.Builder.errorHandler(AsyncErrorHandler<T> asyncErrorHandler) voidAbstractMessageListenerContainer.setErrorHandler(AsyncErrorHandler<T> errorHandler) Set theAsyncErrorHandlerinstance to be used by this container. -
Uses of AsyncErrorHandler in io.awspring.cloud.sqs.listener.errorhandler
Classes in io.awspring.cloud.sqs.listener.errorhandler that implement AsyncErrorHandlerModifier and TypeClassDescriptionclassAn implementation of an Exponential Backoff error handler for asynchronous message processing.classA default error handler implementation for asynchronous message processing. -
Uses of AsyncErrorHandler in io.awspring.cloud.sqs.listener.pipeline
Methods in io.awspring.cloud.sqs.listener.pipeline that return AsyncErrorHandlerMethods in io.awspring.cloud.sqs.listener.pipeline with parameters of type AsyncErrorHandlerModifier and TypeMethodDescriptionMessageProcessingConfiguration.Builder.errorHandler(AsyncErrorHandler<T> errorHandler)