Interface MessagingService
- All Known Implementing Classes:
LoggerMessagingService,RabbitMQMessagingService,SpringEventMessagingService
public interface MessagingService
Service to handle all messaging to send chat messages to appropriate messaging queues.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendChatMessage(ChatMessage chatMessage) Sends a chat message to the chat queuevoidsendUserNotification(ChatMessage notification) Sends a user notification message to the user notification queue
-
Method Details
-
sendChatMessage
Sends a chat message to the chat queue -
sendUserNotification
Sends a user notification message to the user notification queue
-