public class ConversationNotificationServiceImpl extends CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationNotificationService
| Modifier and Type | Field and Description |
|---|---|
protected TaskExecutor |
taskExecutor |
commandExecutorconfiguration| Constructor and Description |
|---|
ConversationNotificationServiceImpl(EngageEngineConfiguration configuration,
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, setCommandExecutorgetConfigurationprotected final TaskExecutor taskExecutor
public ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, 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 sent