Class SqsTemplateParameters

java.lang.Object
io.awspring.cloud.sqs.operations.SqsTemplateParameters

public class SqsTemplateParameters extends Object
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 Details

    • SEQUENCE_NUMBER_PARAMETER_NAME

      public static final String SEQUENCE_NUMBER_PARAMETER_NAME
      Sequence number generated for SQS FIFO.
      See Also:
    • SENDER_FAULT_PARAMETER_NAME

      public static final String SENDER_FAULT_PARAMETER_NAME
      Whether the messaging operation failed due to a problem with the request.
      See Also:
    • ERROR_CODE_PARAMETER_NAME

      public static final String ERROR_CODE_PARAMETER_NAME
      A code representing the error.
      See Also:
  • Constructor Details

    • SqsTemplateParameters

      public SqsTemplateParameters()