Uses of Interface
io.awspring.cloud.sqs.operations.SqsTemplateOptions
Packages that use SqsTemplateOptions
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SqsTemplateOptions in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations that return SqsTemplateOptionsModifier and TypeMethodDescriptionSqsTemplateOptions.contentBasedDeduplication(TemplateContentBasedDeduplication contentBasedDeduplication) Set the ContentBasedDeduplication queue attribute value of the queues the template is sending messages to.SqsTemplateOptions.defaultQueue(String defaultQueue) Set the default queue for this template.SqsTemplateOptions.messageAttributeNames(Collection<String> messageAttributeNames) The message attributes to be retrieved with the message and added as headers to received messages.SqsTemplateOptions.messageSystemAttributeNames(Collection<software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName> messageSystemAttributeNames) The message system attributes to be retrieved with the message and added as headers to received messages.SqsTemplateOptions.queueAttributeNames(Collection<software.amazon.awssdk.services.sqs.model.QueueAttributeName> queueAttributeNames) The queue attribute names that will be retrieved by this template and added as headers to received messages.SqsTemplateOptions.queueNotFoundStrategy(QueueNotFoundStrategy queueNotFoundStrategy) TheQueueNotFoundStrategyfor this template.Method parameters in io.awspring.cloud.sqs.operations with type arguments of type SqsTemplateOptionsModifier and TypeMethodDescriptionSqsTemplateBuilder.configure(Consumer<SqsTemplateOptions> options) Configure options for the template.