Package io.atleon.aws.sns
Interface SnsMessage<T>
-
- Type Parameters:
T
- The type of the body referenced by this Message
- All Known Implementing Classes:
AbstractSnsMessage
,ComposedSnsMessage
,SnsSenderMessage
public interface SnsMessage<T>
The base interface of all SNS Messages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
body()
Map<String,software.amazon.awssdk.services.sns.model.MessageAttributeValue>
messageAttributes()
Optional<String>
messageDeduplicationId()
Optional<String>
messageGroupId()
Optional<String>
messageStructure()
Optional<String>
subject()
-