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