Class ConversationNotificationServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<C>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration>
com.flowable.engage.engine.impl.conversation.ConversationNotificationServiceImpl
- All Implemented Interfaces:
ConversationNotificationService
public class ConversationNotificationServiceImpl
extends CommonEngineServiceImpl<EngageEngineConfiguration>
implements ConversationNotificationService
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
Constructor Summary
ConstructorsConstructorDescriptionConversationNotificationServiceImpl
(EngageEngineConfiguration configuration, TaskExecutor taskExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendNotification
(Message message, Conversation conversation) Send a notification for the given message in the given conversationMethods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Field Details
-
taskExecutor
-
-
Constructor Details
-
ConversationNotificationServiceImpl
public ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, TaskExecutor taskExecutor)
-
-
Method Details
-
sendNotification
Description copied from interface:ConversationNotificationService
Send a notification for the given message in the given conversation- Specified by:
sendNotification
in interfaceConversationNotificationService
- Parameters:
message
- the message for which a notification needs to be sentconversation
- the conversation to which the message is being sent
-