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 org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationNotificationService
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.core.task.TaskExecutor
taskExecutor
-
Constructor Summary
Constructors Constructor Description ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, org.springframework.core.task.TaskExecutor taskExecutor)
-
Method Summary
Modifier and Type Method Description void
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
-
Field Details
-
taskExecutor
protected final org.springframework.core.task.TaskExecutor taskExecutor
-
-
Constructor Details
-
ConversationNotificationServiceImpl
public ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, org.springframework.core.task.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
-