Uses of Class
io.awspring.cloud.sqs.operations.SqsTemplate
Packages that use SqsTemplate
Package
Description
Auto-configuration for Amazon SQS (Simple Queue Service) integrations.
Components for converting source messages to Spring messaging messages.
-
Uses of SqsTemplate in io.awspring.cloud.autoconfigure.sqs
Methods in io.awspring.cloud.autoconfigure.sqs that return SqsTemplateModifier and TypeMethodDescriptionSqsAutoConfiguration.sqsTemplate
(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient, ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider) -
Uses of SqsTemplate in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations that return SqsTemplateModifier and TypeMethodDescriptionSqsTemplateBuilder.build()
Create the template with the provided options, exposing both sync and async methods.static SqsTemplate
SqsTemplate.newTemplate
(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Create a newSqsTemplate
instance with the providedSqsAsyncClient
and both sync and async operations. -
Uses of SqsTemplate in io.awspring.cloud.sqs.sample
Methods in io.awspring.cloud.sqs.sample that return SqsTemplateModifier and TypeMethodDescriptionSqsManualAckSample.sqsTemplate
(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) SqsManualContainerInstantiationSample.sqsTemplateManualContainerInstantiation
(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Methods in io.awspring.cloud.sqs.sample with parameters of type SqsTemplateModifier and TypeMethodDescriptionorg.springframework.boot.ApplicationRunner
SpringSqsSample.sendMessageToQueue
(SqsTemplate sqsTemplate) org.springframework.boot.ApplicationRunner
SqsManualAckSample.sendMessageToQueue
(SqsTemplate sqsTemplate) org.springframework.boot.ApplicationRunner
SqsManualContainerInstantiationSample.sendMessageToQueueManualContainerInstantiation
(SqsTemplate sqsTemplate) org.springframework.boot.ApplicationRunner
SpringSqsListenMultipleQueues.sendMessageToQueues
(SqsTemplate sqsTemplate)