Class NotificationServiceImpl

java.lang.Object
com.flowable.notification.engine.impl.NotificationServiceImpl
All Implemented Interfaces:
NotificationService

public class NotificationServiceImpl
extends java.lang.Object
implements NotificationService
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.List<MessageDeliverer> messageDeliverers  
  • Constructor Summary

    Constructors 
    Constructor Description
    NotificationServiceImpl​(java.util.List<MessageDeliverer> messageDeliverers)  
  • Method Summary

    Modifier and Type Method Description
    <T> void sendNotification​(java.lang.String userId, Notification notification, NotificationMessageProvider<T> messageProvider)
    Send a notification based on the given Notification with the message as a content.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait