Uses of Package
io.awspring.cloud.sqs.operations
Packages that use io.awspring.cloud.sqs.operations
Package
Description
Auto-configuration for Amazon SQS (Simple Queue Service) integrations.
Components for converting source messages to Spring messaging messages.
-
Classes in io.awspring.cloud.sqs.operations used by io.awspring.cloud.autoconfigure.sqs
-
Classes in io.awspring.cloud.sqs.operations used by io.awspring.cloud.sqs.operationsClassDescriptionBase class for
MessagingOperations
Base class for template options, to be extended by subclasses.Asynchronous messaging operations.Exception to represent the failure of a Messaging Operation.Synchronous messaging operations.Options to be used by the template.The strategy to use when handling a send batch operation that has at least one failed message.The result of a send operation.The result of a batch send operation.The result of a failed send operation.Sqs-specific asynchronous messaging operations for Standard and Fifo queues.Sqs-specific synchronous messaging operations for Standard and Fifo queues.Options for receiving messages from SQS queues, with a method chaining API.Options for sending messages to SQS queues, with a method chaining API.Sqs-specific implementation ofAbstractMessagingTemplate
Builder interface for creating aSqsTemplate
instance.Sqs specific options for theSqsTemplate
.Acknowledgement modes to be used by aMessageReceivingOperations
implementation.The ContentBasedDeduplication queue attribute value to be used by theSqsTemplate
when sending messages to a FIFO queue. -
Classes in io.awspring.cloud.sqs.operations used by io.awspring.cloud.sqs.sample