Uses of Class
io.awspring.cloud.sqs.support.converter.SnsNotification.MessageAttribute
Packages that use SnsNotification.MessageAttribute
Package
Description
Components for converting source messages to Spring messaging messages.
-
Uses of SnsNotification.MessageAttribute in io.awspring.cloud.sqs.support.converter
Methods in io.awspring.cloud.sqs.support.converter that return types with arguments of type SnsNotification.MessageAttributeModifier and TypeMethodDescriptionSnsNotification.getMessageAttributes()Gets the message attributes.Constructor parameters in io.awspring.cloud.sqs.support.converter with type arguments of type SnsNotification.MessageAttributeModifierConstructorDescriptionSnsNotification(String type, String messageId, String topicArn, T message, String timestamp, @Nullable Map<String, SnsNotification.MessageAttribute> messageAttributes, @Nullable String sequenceNumber, @Nullable String subject, @Nullable String unsubscribeURL, @Nullable String signature, @Nullable String signatureVersion, @Nullable String signingCertURL)