Interface SnsOperations

All Known Implementing Classes:
SnsTemplate

public interface SnsOperations
High level SNS operations.
Since:
3.0
Author:
Maciej Walkowiak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendNotification(String topic, SnsNotification<?> notification)
    Sends a notification to a topic.
  • Method Details

    • sendNotification

      void sendNotification(String topic, SnsNotification<?> notification)
      Sends a notification to a topic.
      Parameters:
      topic - - the topic
      notification - - the notification