public class ConversationNotificationServiceImpl extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationNotificationService
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.core.task.TaskExecutor |
taskExecutor |
| Constructor and Description |
|---|
ConversationNotificationServiceImpl(EngageEngineConfiguration configuration,
org.springframework.core.task.TaskExecutor taskExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendNotification(Message message,
Conversation conversation)
Send a notification for the given message in the given conversation
|
getCommandExecutor, setCommandExecutorpublic ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, org.springframework.core.task.TaskExecutor taskExecutor)
public void sendNotification(Message message, Conversation conversation)
ConversationNotificationServicesendNotification in interface ConversationNotificationServicemessage - the message for which a notification needs to be sentconversation - the conversation to which the message is being sentCopyright © 2019. All rights reserved.