Class SnsNotification.MessageAttribute
java.lang.Object
io.awspring.cloud.sqs.support.converter.SnsNotification.MessageAttribute
- Enclosing class:
- SnsNotification<T>
Represents an SNS message attribute.
-
Constructor Summary
ConstructorsConstructorDescriptionMessageAttribute(String type, String value) Creates a new message attribute. -
Method Summary
-
Constructor Details
-
MessageAttribute
Creates a new message attribute.- Parameters:
type- the attribute typevalue- the attribute value
-
-
Method Details
-
getType
Gets the attribute type.- Returns:
- the attribute type
-
getValue
Gets the attribute value.- Returns:
- the attribute value
-