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
Fields Modifier and Type Field Description protected TaskExecutor
taskExecutor
-
Fields 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
Constructors Constructor Description ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, TaskExecutor taskExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendNotification(Message message, Conversation conversation)
Send a notification for the given message in the given conversation-
Methods 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 Detail
-
taskExecutor
protected final TaskExecutor taskExecutor
-
-
Constructor Detail
-
ConversationNotificationServiceImpl
public ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, TaskExecutor taskExecutor)
-
-
Method Detail
-
sendNotification
public void sendNotification(Message message, Conversation conversation)
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
-
-