Class Notifications

    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • notify

        public abstract void notify​(String message,
                                    NotificationType eventType,
                                    Throwable e)
        Notifies about an event including an exception.
        Parameters:
        message - The message to notify about.
        eventType - The type of event
        e - An exception related to the event, if not the event itself May be null for no exception.