Interface IAnnouncement

All Known Implementing Classes:
Announcement

public interface IAnnouncement
Announcement (message) interface. The meaning of fields is the same as meaning of the fields in email.

The Properties are additional properties for the announcer module, which override the module's default configuration.

  • Method Details

    • getSender

      String getSender()
    • getReceivers

      String[] getReceivers()
    • getSubject

      String getSubject()
    • getContent

      String getContent()
    • getContentType

      String getContentType()
    • getProperties

      Properties getProperties()