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 Summary
Modifier and TypeMethodDescriptionThis 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
-