Uses of Interface
io.awspring.cloud.sqs.operations.SqsAsyncOperations
Packages that use SqsAsyncOperations
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SqsAsyncOperations in io.awspring.cloud.sqs.operations
Classes in io.awspring.cloud.sqs.operations that implement SqsAsyncOperationsMethods in io.awspring.cloud.sqs.operations that return SqsAsyncOperationsModifier and TypeMethodDescriptionSqsTemplateBuilder.buildAsyncTemplate()Create the template with the provided options, exposing only the async methods contained in theSqsAsyncOperationsinterface.static SqsAsyncOperationsSqsTemplate.newAsyncTemplate(software.amazon.awssdk.services.sqs.SqsAsyncClient sqsAsyncClient) Create a newSqsTemplateinstance with the providedSqsAsyncClient, only exposing the async methods contained inSqsAsyncOperations.