Class BaseNotificationMessage<T>

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

public class BaseNotificationMessage<T> extends Object implements NotificationMessage<T>
  • Field Details

    • payload

      protected final T payload
    • notification

      protected final Notification notification
  • Constructor Details

    • BaseNotificationMessage

      public BaseNotificationMessage(T payload, Notification notification)
  • Method Details