Class NotificationImpl

  • All Implemented Interfaces:
    Serializable, Notification

    public class NotificationImpl
    extends Object
    implements Notification
    A notification that a user can subscribe to.

    It has:

    • a name
    • a channel - for now only email is supported
    • a subject - as a fixed string or a template to customize subject notifications
    • a template - so the notifications that the user will receive can be customized
    Author:
    Narcis Paslaru, Thierry Martins
    See Also:
    Serialized Form