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- theMessagepayload 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.awspring.cloud.sqs.listener.adapter.AbstractMethodInvokingListenerAdapter
createListenerException, createListenerException, invokeHandler, invokeHandler
-
Constructor Details
-
MessagingMessageListenerAdapter
-
-
Method Details
-
onMessage
- Specified by:
onMessagein interfaceMessageListener<T>
-
onMessage
- Specified by:
onMessagein interfaceMessageListener<T>
-