Class MessagingMessageListenerAdapter<T>

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

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