Uses of Interface
io.awspring.cloud.sqs.listener.errorhandler.ErrorHandler
Packages that use ErrorHandler
Package
Description
Assembly-time components for SQS.
Components for executing the flow of messages to and from a message listener.
-
Uses of ErrorHandler in io.awspring.cloud.sqs.config
Methods in io.awspring.cloud.sqs.config with parameters of type ErrorHandlerModifier and TypeMethodDescriptionSqsMessageListenerContainerFactory.Builder.errorHandler
(ErrorHandler<T> errorHandler) void
AbstractMessageListenerContainerFactory.setErrorHandler
(ErrorHandler<T> errorHandler) Set theErrorHandler
instance to be used by containers created with this factory. -
Uses of ErrorHandler in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener with parameters of type ErrorHandlerModifier and TypeMethodDescriptionstatic <T> AsyncErrorHandler<T>
AsyncComponentAdapters.adapt
(ErrorHandler<T> errorHandler) Adapt the providedErrorHandler
to anAsyncErrorHandler
SqsMessageListenerContainer.Builder.errorHandler
(ErrorHandler<T> errorHandler) void
AbstractMessageListenerContainer.setErrorHandler
(ErrorHandler<T> errorHandler) Set theErrorHandler
instance to be used by this container.