public class FlowableSendNotificationEventImpl extends FlowableEngageEventImpl implements FlowableSendNotificationEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected Conversation | conversation | 
| protected Message | message | 
| Constructor and Description | 
|---|
| FlowableSendNotificationEventImpl(Conversation conversation,
                                 Message message,
                                 Collection<NotificationInfo> notificationInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| Conversation | getConversation() | 
| Message | getMessage() | 
| Collection<NotificationInfo> | getNotificationInfo() | 
getTypeprotected final Conversation conversation
protected final Message message
public FlowableSendNotificationEventImpl(Conversation conversation, Message message, Collection<NotificationInfo> notificationInfo)
public Conversation getConversation()
getConversation in interface FlowableSendNotificationEventpublic Message getMessage()
getMessage in interface FlowableSendNotificationEventpublic Collection<NotificationInfo> getNotificationInfo()
getNotificationInfo in interface FlowableSendNotificationEventCopyright © 2019. All rights reserved.