Interface INotificationData

All Superinterfaces:
Serializable
All Known Subinterfaces:
IAbstractInterventionNotificationData, IDelegatedInterventionNotificationData, IInterventionNotificationData, INewDiscussionMessageNotificationData

public interface INotificationData extends Serializable
Represents notification data. It's used to transmit data in order to emit notification
  • Method Summary

    Modifier and Type
    Method
    Description
    This method return a human-readable representation of the notification data implementation.
  • Method Details

    • getReadableRepresentation

      String getReadableRepresentation()
      This method return a human-readable representation of the notification data implementation. It is mainly used when logging and during notification data processing to be able to get an idea of the subject of the notification data.
      Returns:
      the human-readable representation of the message