Package | Description |
---|---|
com.flowable.platform.notification.api |
Modifier and Type | Class and Description |
---|---|
class |
BaseNotification |
Modifier and Type | Field and Description |
---|---|
protected Notification |
BaseNotificationMessage.notification |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationMessage.getNotification()
The notification information use for deciding how a message should be displayed.
|
Notification |
DeliveryContext.getNotification()
The information for sending the information.
|
Notification |
BaseNotificationMessage.getNotification() |
Modifier and Type | Method and Description |
---|---|
<T> void |
NotificationService.sendNotification(String userId,
Notification notification,
NotificationMessageProvider<T> messageProvider)
Send a notification based on the given
Notification with the message as a content. |
Constructor and Description |
---|
BaseNotificationMessage(T payload,
Notification notification) |