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
Modifier and TypeMethodDescriptionvoid
sendNotification
(Message message, Conversation conversation) Send a notification for the given message in the given conversation
-
Method Details
-
sendNotification
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
-