Uses of Interface
com.flowable.engage.conversation.api.ConversationNotificationService
Packages that use ConversationNotificationService
Package
Description
-
Uses of ConversationNotificationService in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationNotificationServiceModifier and TypeMethodDescriptionEngageEngineConfigurationApi.getConversationNotificationService()
-
Uses of ConversationNotificationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationNotificationServiceModifier and TypeFieldDescriptionprotected ConversationNotificationService
EngageEngineConfiguration.conversationNotificationService
Methods in com.flowable.engage.engine that return ConversationNotificationServiceMethods in com.flowable.engage.engine with parameters of type ConversationNotificationServiceModifier and TypeMethodDescriptionvoid
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 -
Uses of ConversationNotificationService in com.flowable.engage.engine.impl.notification
Fields in com.flowable.engage.engine.impl.notification declared as ConversationNotificationServiceModifier and TypeFieldDescriptionprotected final ConversationNotificationService
MessageSendEventListener.conversationNotificationService
Constructors in com.flowable.engage.engine.impl.notification with parameters of type ConversationNotificationServiceModifierConstructorDescriptionMessageSendEventListener
(ConversationNotificationService conversationNotificationService)