Package io.awspring.cloud.sqs.annotation
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.annotation
SqsListener annotation and classes to process it.
-
ClassDescription
BeanPostProcessorimplementation that scans beans for a@SqsListenerannotation, extracts information to aSqsEndpoint, and registers it in theEndpointRegistrar.Methods with this annotation will be wrapped by aMessageListenerorAsyncMessageListenerand set to aMessageListenerContainer.Acknowledgement strategies supported by theSqsListenerannotation.AbstractListenerAnnotationBeanPostProcessorimplementation for@SqsListener.