Package io.awspring.cloud.sqs.operations
@NonNullApi
@NonNullFields
package io.awspring.cloud.sqs.operations
Components for converting source messages to Spring messaging messages.
-
ClassDescriptionBase 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.MessagingTemplateOptions<O extends MessagingTemplateOptions<O>>Options to be used by the template.The strategy to use when handling a send batch operation that has at least one failed message.Exception representing a partial or complete failure in sending a batch of messages to an endpoint.SendResult<T>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.Builder interface for creating aSqsTemplate
instance.Sqs specific options for theSqsTemplate
.SQS parameters added toSendResult
objects as additional information.Acknowledgement modes to be used by aMessageReceivingOperations
implementation.