Uses of Class
io.awspring.cloud.sqs.listener.ListenerExecutionFailedException
Packages that use ListenerExecutionFailedException
Package
Description
Adapters for invoking a message listener registered by a listener annotation.
-
Uses of ListenerExecutionFailedException in io.awspring.cloud.sqs.listener.adapter
Methods in io.awspring.cloud.sqs.listener.adapter that return ListenerExecutionFailedExceptionModifier and TypeMethodDescriptionprotected ListenerExecutionFailedExceptionAbstractMethodInvokingListenerAdapter.createListenerException(Collection<Message<T>> messages, Throwable t) protected ListenerExecutionFailedExceptionAbstractMethodInvokingListenerAdapter.createListenerException(Message<T> message, Throwable t)