Class BaseNotificationMessage<T>
java.lang.Object
com.flowable.platform.notification.api.BaseNotificationMessage<T>
- All Implemented Interfaces:
NotificationMessage<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe notification information use for deciding how a message should be displayed.The payload for the notification message.getType()
The type of the message
-
Field Details
-
payload
-
notification
-
-
Constructor Details
-
BaseNotificationMessage
-
-
Method Details
-
getPayload
Description copied from interface:NotificationMessage
The payload for the notification message.- Specified by:
getPayload
in interfaceNotificationMessage<T>
- Returns:
- the payload of the message
-
getNotification
Description copied from interface:NotificationMessage
The notification information use for deciding how a message should be displayed.- Specified by:
getNotification
in interfaceNotificationMessage<T>
- Returns:
- the notification information
-
getType
Description copied from interface:NotificationMessage
The type of the message- Specified by:
getType
in interfaceNotificationMessage<T>
- Returns:
- the type of the message
-