Uses of Interface
com.flowable.engage.conversation.api.ConversationNotificationService
-
Packages that use ConversationNotificationService Package Description com.flowable.engage.api com.flowable.engage.engine com.flowable.engage.engine.impl.conversation com.flowable.engage.engine.impl.notification -
-
Uses of ConversationNotificationService in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationNotificationService Modifier and Type Method Description ConversationNotificationService
EngageEngineConfigurationApi. getConversationNotificationService()
-
Uses of ConversationNotificationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationNotificationService Modifier and Type Field Description protected ConversationNotificationService
EngageEngineConfiguration. conversationNotificationService
Methods in com.flowable.engage.engine that return ConversationNotificationService Modifier and Type Method Description ConversationNotificationService
EngageEngineConfiguration. getConversationNotificationService()
Methods in com.flowable.engage.engine with parameters of type ConversationNotificationService Modifier and Type Method Description void
EngageEngineConfiguration. setConversationNotificationService(ConversationNotificationService conversationNotificationService)
-
Uses of ConversationNotificationService in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationNotificationService Modifier and Type Class Description class
ConversationNotificationServiceImpl
-
Uses of ConversationNotificationService in com.flowable.engage.engine.impl.notification
Fields in com.flowable.engage.engine.impl.notification declared as ConversationNotificationService Modifier and Type Field Description protected ConversationNotificationService
MessageSendEventListener. conversationNotificationService
Constructors in com.flowable.engage.engine.impl.notification with parameters of type ConversationNotificationService Constructor Description MessageSendEventListener(ConversationNotificationService conversationNotificationService)
-