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. messageProviderMethods in com.flowable.notification.engine.impl with parameters of type NotificationMessageProvider Modifier and Type Method Description <T> voidNotificationServiceImpl. 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> voidNotificationService. sendNotification(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)Send a notification based on the givenNotificationwith themessageas a content.