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 Type
    Method
    Description
    void
    sendNotification(Message message, Conversation conversation)
    Send a notification for the given message in the given conversation
  • Method Details

    • 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 sent
      conversation - the conversation to which the message is being sent