Uses of Package
io.awspring.cloud.sqs.annotation
Packages that use io.awspring.cloud.sqs.annotation
Package
Description
SqsListener annotation and classes to process it.
-
Classes in io.awspring.cloud.sqs.annotation used by io.awspring.cloud.sqs.annotationClassDescription
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
.