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 class
FlowableSendNotificationEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableSendNotificationEvent Modifier and Type Method Description static FlowableSendNotificationEvent
FlowableEngageEventBuilder. 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 void
AbstractFlowableEngageEngineEventListener. onSendNotification(FlowableSendNotificationEvent notificationEvent)
-