Uses of Interface
com.flowable.platform.notification.api.NotificationMessageProvider
Packages that use NotificationMessageProvider
-
Uses of NotificationMessageProvider in com.flowable.platform.notification.api
Methods in com.flowable.platform.notification.api with parameters of type NotificationMessageProviderModifier and TypeMethodDescription<T> void
NotificationService.sendNotification
(String userId, Notification notification, NotificationMessageProvider<T> messageProvider) Send a notification based on the givenNotification
with themessage
as a content.