Class AsyncMessagingMessageListenerAdapter<T>

java.lang.Object
io.awspring.cloud.sqs.listener.adapter.AbstractMethodInvokingListenerAdapter<T>
io.awspring.cloud.sqs.listener.adapter.AsyncMessagingMessageListenerAdapter<T>
Type Parameters:
T - the Message payload type.
All Implemented Interfaces:
AsyncMessageListener<T>

public class AsyncMessagingMessageListenerAdapter<T> extends AbstractMethodInvokingListenerAdapter<T> implements AsyncMessageListener<T>
AsyncMessageListener implementation to handle a message by invoking a method handler.
Since:
3.0
Author:
Tomaz Fernandes