Uses of Interface
com.flowable.engage.api.delegate.event.FlowableConversationStartedEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.engine.impl.desk | |
com.flowable.engage.rest.service.api.notification |
-
Uses of FlowableConversationStartedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableConversationStartedEvent Modifier and Type Class Description class
FlowableConversationStartedEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableConversationStartedEvent Modifier and Type Method Description static FlowableConversationStartedEvent
FlowableEngageEventBuilder. createConversationStartedEvent(Conversation conversation)
Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected void
AbstractFlowableEngageEngineEventListener. onConversationStarted(FlowableConversationStartedEvent engageEvent)
-
Uses of FlowableConversationStartedEvent in com.flowable.engage.engine.impl.desk
Methods in com.flowable.engage.engine.impl.desk with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected void
DeskConversationListener. onConversationStarted(FlowableConversationStartedEvent engageEvent)
-
Uses of FlowableConversationStartedEvent in com.flowable.engage.rest.service.api.notification
Methods in com.flowable.engage.rest.service.api.notification with parameters of type FlowableConversationStartedEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
StartConversationEventListener. createMessageProvider(FlowableConversationStartedEvent event, com.flowable.platform.notification.api.Notification notification)