Uses of Record Class
io.awspring.cloud.sqs.operations.SendResult
Packages that use SendResult
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SendResult in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations that return SendResultModifier and TypeMethodDescription<T> SendResult<T>
<T> SendResult<T>
<T> SendResult<T>
AbstractMessagingTemplate.send
(T payload) <T> SendResult<T>
Send the provided message along with its headers to the provided queue.<T> SendResult<T>
Send a message to the provided queue with the provided payload.<T> SendResult<T>
MessagingOperations.send
(T payload) Send aMessage
to the default queue with the provided payload.<T> SendResult<T>
SqsOperations.send
(Consumer<SqsSendOptions<T>> to) Send a message using theSqsSendOptions
options.<T> SendResult<T>
SqsTemplate.send
(Consumer<SqsSendOptions<T>> to) Methods in io.awspring.cloud.sqs.operations that return types with arguments of type SendResultModifier and TypeMethodDescriptionprotected abstract <T> CompletableFuture<SendResult<T>>
AbstractMessagingTemplate.doSendAsync
(String endpointName, S message, Message<T> originalMessage) protected <T> CompletableFuture<SendResult<T>>
SqsTemplate.doSendAsync
(String endpointName, software.amazon.awssdk.services.sqs.model.Message message, Message<T> originalMessage) <T> CompletableFuture<SendResult<T>>
<T> CompletableFuture<SendResult<T>>
<T> CompletableFuture<SendResult<T>>
AbstractMessagingTemplate.sendAsync
(T payload) <T> CompletableFuture<SendResult<T>>
Send the provided message along with its headers to the provided queue.<T> CompletableFuture<SendResult<T>>
Send a message to the provided queue with the provided payload.<T> CompletableFuture<SendResult<T>>
AsyncMessagingOperations.sendAsync
(T payload) Send aMessage
to the default queue with the provided payload.<T> CompletableFuture<SendResult<T>>
SqsAsyncOperations.sendAsync
(Consumer<SqsSendOptions<T>> to) Send a message usingSqsSendOptions
.<T> CompletableFuture<SendResult<T>>
SqsTemplate.sendAsync
(Consumer<SqsSendOptions<T>> to) SendResult.Batch.successful()
Returns the value of thesuccessful
record component.Constructor parameters in io.awspring.cloud.sqs.operations with type arguments of type SendResultModifierConstructorDescriptionBatch
(Collection<SendResult<T>> successful, Collection<SendResult.Failed<T>> failed) Creates an instance of aBatch
record class.