Interface NotificationSystem

All Known Implementing Classes:
NoNotifications, StmpNotifications

public interface NotificationSystem
Implementations of this class will notify users of actions inside of openunison
Author:
marcboorshtein
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(String name, Map<String,Attribute> config)
    Initializes the notification system
    void
    Sends a message using this system
    void
    Called on shutdown of the system
  • Method Details