Package io.awspring.cloud.sqs.operations
Class SqsTemplateParameters
java.lang.Object
io.awspring.cloud.sqs.operations.SqsTemplateParameters
SQS parameters added to
SendResult
objects as additional information. These are returned by the SQS endpoints
and stored as returned. See the AWS documentation for more information.- Since:
- 3.0
- Author:
- Tomaz Fernandes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEQUENCE_NUMBER_PARAMETER_NAME
Sequence number generated for SQS FIFO.- See Also:
-
SENDER_FAULT_PARAMETER_NAME
Whether the messaging operation failed due to a problem with the request.- See Also:
-
ERROR_CODE_PARAMETER_NAME
A code representing the error.- See Also:
-
-
Constructor Details
-
SqsTemplateParameters
public SqsTemplateParameters()
-