Uses of Class
io.awspring.cloud.sqs.listener.QueueAttributes
Packages that use QueueAttributes
Package
Description
SQS integration for Spring Cloud AWS.
Components for executing the flow of messages to and from a message listener.
Components to process message acknowledgements.
Components that provide message instances to be processed.
Components for converting source messages to Spring messaging messages.
-
Uses of QueueAttributes in io.awspring.cloud.sqs
Methods in io.awspring.cloud.sqs that return types with arguments of type QueueAttributes -
Uses of QueueAttributes in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener with parameters of type QueueAttributesModifier and TypeMethodDescriptionvoidQueueAttributesAware.setQueueAttributes(QueueAttributes queueAttributes) Set theQueueAttributesinstance. -
Uses of QueueAttributes in io.awspring.cloud.sqs.listener.acknowledgement
Methods in io.awspring.cloud.sqs.listener.acknowledgement with parameters of type QueueAttributesModifier and TypeMethodDescriptionvoidSqsAcknowledgementExecutor.setQueueAttributes(QueueAttributes queueAttributes) -
Uses of QueueAttributes in io.awspring.cloud.sqs.listener.source
Methods in io.awspring.cloud.sqs.listener.source with parameters of type QueueAttributesModifier and TypeMethodDescriptionprotected AcknowledgementExecutor<T>AbstractSqsMessageSource.createAndConfigureAcknowledgementExecutor(QueueAttributes queueAttributes) -
Uses of QueueAttributes in io.awspring.cloud.sqs.support.converter
Methods in io.awspring.cloud.sqs.support.converter that return QueueAttributesMethods in io.awspring.cloud.sqs.support.converter with parameters of type QueueAttributesModifier and TypeMethodDescriptionvoidSqsMessageConversionContext.setQueueAttributes(QueueAttributes queueAttributes)