| Constructor and Description |
|---|
SnsDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.sns.model.PublishResult |
publish(AwsParamsDto awsParamsDto,
String topicArn,
String messageText,
List<MessageHeader> messageHeaders)
Sends a message to all of a topic's subscribed endpoints.
|
public com.amazonaws.services.sns.model.PublishResult publish(AwsParamsDto awsParamsDto,
String topicArn,
String messageText,
List<MessageHeader> messageHeaders)
SnsDaopublish in interface SnsDaoawsParamsDto - the AWS related parameters that contain optional proxy informationtopicArn - the topic to publish the message tomessageText - the text of the messagemessageHeaders - the optional list of message headersCopyright © 2021. All rights reserved.