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 theSqsOperations
interface.static SqsOperations
SqsTemplate.newSyncTemplate
(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Create a newSqsTemplate
instance with the providedSqsAsyncClient
, only exposing the sync methods contained inSqsOperations
.