Uses of Interface
com.flowable.platform.notification.api.NotificationMessage
Package | Description |
---|---|
com.flowable.notification.engine.impl | |
com.flowable.platform.notification.api |
-
Uses of NotificationMessage in com.flowable.notification.engine.impl
Methods in com.flowable.notification.engine.impl that return types with arguments of type NotificationMessage Modifier and Type Method Description java.util.Optional<NotificationMessage<T>>
DeliveryContextImpl. getMessage(java.lang.String deliverer)
-
Uses of NotificationMessage in com.flowable.platform.notification.api
Classes in com.flowable.platform.notification.api that implement NotificationMessage Modifier and Type Class Description class
BaseNotificationMessage<T>
Methods in com.flowable.platform.notification.api that return NotificationMessage Modifier and Type Method Description default NotificationMessage<T>
NotificationMessageProvider. apply(java.lang.String deliverer)
NotificationMessage<T>
NotificationMessageProvider. createMessage(java.lang.String deliverer)
Create a notification message for the provideddeliverer
Methods in com.flowable.platform.notification.api that return types with arguments of type NotificationMessage Modifier and Type Method Description java.util.Optional<NotificationMessage<T>>
DeliveryContext. getMessage(java.lang.String deliverer)
The message that needs to be sent with it's payload for the provideddeliverer
.