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
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. -
Classes in io.awspring.cloud.sqs.annotation used by io.awspring.cloud.sqs.sampleClassDescriptionMethods with this annotation will be wrapped by a
MessageListenerorAsyncMessageListenerand set to aMessageListenerContainer.