Package io.awspring.cloud.sns.core
Interface SnsOperations
- All Known Implementing Classes:
SnsTemplate
public interface SnsOperations
High level SNS operations.
- Since:
- 3.0
- Author:
- Maciej Walkowiak
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendNotification
(String topic, SnsNotification<?> notification) Sends a notification to a topic.
-
Method Details
-
sendNotification
Sends a notification to a topic.- Parameters:
topic
- - the topicnotification
- - the notification
-