Interface ConversationNotificationService
-
- All Known Implementing Classes:
ConversationNotificationServiceImpl
public interface ConversationNotificationService
Notification service for the Conversations which is responsible for sending messages to conversation.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendNotification(Message message, Conversation conversation)
Send a notification for the given message in the given conversation
-
-
-
Method Detail
-
sendNotification
void sendNotification(Message message, Conversation conversation)
Send a notification for the given message in the given conversation- Parameters:
message
- the message for which a notification needs to be sentconversation
- the conversation to which the message is being sent
-
-