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 ConversationNotificationServiceEngageEngineConfigurationApi. getConversationNotificationService() -
Uses of ConversationNotificationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationNotificationService Modifier and Type Field Description protected ConversationNotificationServiceEngageEngineConfiguration. conversationNotificationServiceMethods in com.flowable.engage.engine that return ConversationNotificationService Modifier and Type Method Description ConversationNotificationServiceEngageEngineConfiguration. getConversationNotificationService()Methods in com.flowable.engage.engine with parameters of type ConversationNotificationService Modifier and Type Method Description voidEngageEngineConfiguration. 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 classConversationNotificationServiceImpl -
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 ConversationNotificationServiceMessageSendEventListener. conversationNotificationServiceConstructors in com.flowable.engage.engine.impl.notification with parameters of type ConversationNotificationService Constructor Description MessageSendEventListener(ConversationNotificationService conversationNotificationService)
-