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 Summary
Modifier and Type Method Description Conversation
getConversation()
Message
getMessage()
java.util.Collection<NotificationInfo>
getNotificationInfo()
-
Method Details
-
getConversation
Conversation getConversation() -
getMessage
Message getMessage() -
getNotificationInfo
java.util.Collection<NotificationInfo> getNotificationInfo()
-