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:NotificationMessageThe payload for the notification message.- Specified by:
getPayloadin interfaceNotificationMessage<T>- Returns:
- the payload of the message
-
getNotification
Description copied from interface:NotificationMessageThe notification information use for deciding how a message should be displayed.- Specified by:
getNotificationin interfaceNotificationMessage<T>- Returns:
- the notification information
-
getType
Description copied from interface:NotificationMessageThe type of the message- Specified by:
getTypein interfaceNotificationMessage<T>- Returns:
- the type of the message
-