Interface INotificationData
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- IAbstractInterventionNotificationData,- IDelegatedInterventionNotificationData,- IInterventionNotificationData,- INewDiscussionMessageNotificationData
Represents notification data. It's used to transmit data in order to emit notification
- 
Method SummaryModifier and TypeMethodDescriptionThis method return a human-readable representation of the notification data implementation.
- 
Method Details- 
getReadableRepresentationString 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
 
 
-