Uses of Interface
io.awspring.cloud.sqs.operations.SqsSendOptions
Packages that use SqsSendOptions
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SqsSendOptions in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations that return SqsSendOptionsModifier and TypeMethodDescriptionSqsSendOptions.delaySeconds
(Integer delaySeconds) Set a delay for the message in seconds.Add a header to be sent in the message.Add headers to be sent in the message.SqsSendOptions.messageDeduplicationId
(String messageDeduplicationId) Set the messageDeduplicationId for the message.SqsSendOptions.messageGroupId
(String messageGroupId) Set the messageGroupId for the message.Set the payload to send in the message.Set the queue name, url or ARN to send the message to.Method parameters in io.awspring.cloud.sqs.operations with type arguments of type SqsSendOptionsModifier and TypeMethodDescription<T> SendResult<T>
SqsOperations.send
(Consumer<SqsSendOptions<T>> to) Send a message using theSqsSendOptions
options.<T> SendResult<T>
SqsTemplate.send
(Consumer<SqsSendOptions<T>> to) <T> CompletableFuture<SendResult<T>>
SqsAsyncOperations.sendAsync
(Consumer<SqsSendOptions<T>> to) Send a message usingSqsSendOptions
.<T> CompletableFuture<SendResult<T>>
SqsTemplate.sendAsync
(Consumer<SqsSendOptions<T>> to)