Interface Notification

All Known Implementing Classes:
AlertNotification, SuggestionNotification

public interface Notification
  • Method Details

    • getNotificationId

      String getNotificationId()
    • getSubscriptionId

      String getSubscriptionId()
    • getProducerId

      String getProducerId()
    • getEventId

      String getEventId()
    • getDate

      Long getDate()
    • getTopic

      String getTopic()
    • getPayload

      String getPayload()
    • getMap

      Map<String,Object> getMap()