Class AbstractMethodInvokingListenerAdapter<T>

java.lang.Object
io.awspring.cloud.sqs.listener.adapter.AbstractMethodInvokingListenerAdapter<T>
Direct Known Subclasses:
AsyncMessagingMessageListenerAdapter, MessagingMessageListenerAdapter

public abstract class AbstractMethodInvokingListenerAdapter<T> extends Object
Base class for invoking an InvocableHandlerMethod. Also handles wrapping the failed messages into a ListenerExecutionFailedException.
Since:
3.0
Author:
Tomaz Fernandes