Uses of Interface
com.flowable.platform.notification.api.NotificationMessageProvider
Package | Description |
---|---|
com.flowable.notification.engine.impl | |
com.flowable.platform.notification.api |
-
Uses of NotificationMessageProvider in com.flowable.notification.engine.impl
Fields in com.flowable.notification.engine.impl declared as NotificationMessageProvider Modifier and Type Field Description protected NotificationMessageProvider<T>
DeliveryContextImpl. messageProvider
Methods in com.flowable.notification.engine.impl with parameters of type NotificationMessageProvider Modifier and Type Method Description <T> void
NotificationServiceImpl. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
Constructors in com.flowable.notification.engine.impl with parameters of type NotificationMessageProvider Constructor Description DeliveryContextImpl(NotificationMessageProvider<T> messageProvider, Notification notification, java.lang.String recipientId)
-
Uses of NotificationMessageProvider in com.flowable.platform.notification.api
Methods in com.flowable.platform.notification.api with parameters of type NotificationMessageProvider Modifier and Type Method Description <T> void
NotificationService. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
Send a notification based on the givenNotification
with themessage
as a content.