Class BaseNotificationMessage<T>

java.lang.Object
com.flowable.platform.notification.api.BaseNotificationMessage<T>
All Implemented Interfaces:
NotificationMessage<T>

public class BaseNotificationMessage<T>
extends java.lang.Object
implements NotificationMessage<T>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Notification notification  
    protected T payload  
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseNotificationMessage​(T payload, Notification notification)  
  • Method Summary

    Modifier and Type Method Description
    Notification getNotification()
    The notification information use for deciding how a message should be displayed.
    T getPayload()
    The payload for the notification message.
    java.lang.String getType()
    The type of the message

    Methods inherited from class java.lang.Object

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