Interface FlowableSendNotificationEvent

All Superinterfaces:
FlowableEngageEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableSendNotificationEventImpl

public interface FlowableSendNotificationEvent extends FlowableEngageEvent
Author:
Filip Hrisafov
  • Method Details

    • getConversation

      Conversation getConversation()
    • getMessage

      Message getMessage()
    • isUpdateUnreadCount

      boolean isUpdateUnreadCount()
    • isUpdateConversationLastMessageTime

      boolean isUpdateConversationLastMessageTime()
    • getNotificationInfo

      Collection<NotificationInfo> getNotificationInfo()