public class ConversationNotificationServiceImpl extends CommonEngineServiceImpl<EngageEngineConfiguration> implements ConversationNotificationService
Modifier and Type | Field and Description |
---|---|
protected TaskExecutor |
taskExecutor |
commandExecutor
configuration
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, setCommandExecutor
getConfiguration
protected final TaskExecutor taskExecutor
public ConversationNotificationServiceImpl(EngageEngineConfiguration configuration, TaskExecutor taskExecutor)
public void sendNotification(Message message, Conversation conversation)
ConversationNotificationService
sendNotification
in interface ConversationNotificationService
message
- the message for which a notification needs to be sentconversation
- the conversation to which the message is being sent