Uses of Interface
io.awspring.cloud.sqs.operations.SqsOperations
Packages that use SqsOperations
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SqsOperations in io.awspring.cloud.sqs.operations
Classes in io.awspring.cloud.sqs.operations that implement SqsOperationsMethods in io.awspring.cloud.sqs.operations that return SqsOperationsModifier and TypeMethodDescriptionSqsTemplateBuilder.buildSyncTemplate()Create the template with the provided options, exposing only the sync methods contained in theSqsOperationsinterface.static SqsOperationsSqsTemplate.newSyncTemplate(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Create a newSqsTemplateinstance with the providedSqsAsyncClient, only exposing the sync methods contained inSqsOperations.