Class SQSMessage.JMSMessagePropertyValue

java.lang.Object
com.amazon.sqs.javamessaging.message.SQSMessage.JMSMessagePropertyValue
Enclosing class:
SQSMessage

public static class SQSMessage.JMSMessagePropertyValue extends Object
This class is used fulfill object value, corresponding SQS message attribute type and message attribute string value.
  • Constructor Details

    • JMSMessagePropertyValue

      public JMSMessagePropertyValue(String stringValue, String type) throws jakarta.jms.JMSException
      Throws:
      jakarta.jms.JMSException
    • JMSMessagePropertyValue

      public JMSMessagePropertyValue(Object value) throws jakarta.jms.JMSException
      Throws:
      jakarta.jms.JMSException
    • JMSMessagePropertyValue

      public JMSMessagePropertyValue(Object value, String type) throws jakarta.jms.JMSException
      Throws:
      jakarta.jms.JMSException
  • Method Details

    • getType

      public String getType()
    • getValue

      public Object getValue()
    • getStringMessageAttributeValue

      public String getStringMessageAttributeValue()