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 SqsTemplateSqsTemplate.newTemplate(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Create a newSqsTemplateinstance with the providedSqsAsyncClientand 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) Methods in io.awspring.cloud.sqs.sample with parameters of type SqsTemplateModifier and TypeMethodDescriptionorg.springframework.boot.ApplicationRunnerSpringSqsSample.sendMessageToQueue(SqsTemplate sqsTemplate) org.springframework.boot.ApplicationRunnerSqsManualAckSample.sendMessageToQueue(SqsTemplate sqsTemplate) org.springframework.boot.ApplicationRunnerSpringSqsListenMultipleQueues.sendMessageToQueues(SqsTemplate sqsTemplate)