Uses of Interface
com.flowable.platform.notification.api.NotificationMessageProvider
-
Packages that use NotificationMessageProvider Package Description com.flowable.platform.notification.api -
-
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(String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
Send a notification based on the givenNotification
with themessage
as a content.
-