Uses of Interface
com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
Packages that use FlowableSendNotificationEvent Package Description com.flowable.engage.engine.delegate.event.impl -
-
Uses of FlowableSendNotificationEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableSendNotificationEvent Modifier and Type Class Description classFlowableSendNotificationEventImplMethods in com.flowable.engage.engine.delegate.event.impl that return FlowableSendNotificationEvent Modifier and Type Method Description static FlowableSendNotificationEventFlowableEngageEventBuilder. createSendNotificationEvent(Conversation conversation, Message message, boolean updateUnreadCount, boolean updateConversationLastMessageTime, Collection<NotificationInfo> notificationInfo)Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableSendNotificationEvent Modifier and Type Method Description protected voidAbstractFlowableEngageEngineEventListener. onSendNotification(FlowableSendNotificationEvent notificationEvent)
-