Package | Description |
---|---|
com.flowable.platform.notification.api |
Modifier and Type | Class and Description |
---|---|
class |
BaseNotificationMessage<T> |
Modifier and Type | Method and Description |
---|---|
default NotificationMessage<T> |
NotificationMessageProvider.apply(String deliverer) |
NotificationMessage<T> |
NotificationMessageProvider.createMessage(String deliverer)
Create a notification message for the provided
deliverer |
Modifier and Type | Method and Description |
---|---|
Optional<NotificationMessage<T>> |
DeliveryContext.getMessage(String deliverer)
The message that needs to be sent with it's payload for the provided
deliverer . |