Package io.awspring.cloud.sqs.annotation
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.annotation
SqsListener annotation and classes to process it.
-
ClassDescription
BeanPostProcessor
implementation that scans beans for a@SqsListener
annotation, extracts information to aSqsEndpoint
, and registers it in theEndpointRegistrar
.Methods with this annotation will be wrapped by aMessageListener
orAsyncMessageListener
and set to aMessageListenerContainer
.Acknowledgement strategies supported by theSqsListener
annotation.AbstractListenerAnnotationBeanPostProcessor
implementation for@SqsListener
.