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) voidAbstractMessageListenerContainerFactory.setErrorHandler(ErrorHandler<T> errorHandler) Set theErrorHandlerinstance 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 providedErrorHandlerto anAsyncErrorHandlerSqsMessageListenerContainer.Builder.errorHandler(ErrorHandler<T> errorHandler) voidAbstractMessageListenerContainer.setErrorHandler(ErrorHandler<T> errorHandler) Set theErrorHandlerinstance to be used by this container.