Class ChatMessageProducer
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.service.ChatMessageProducer
Producer component responsible for sending chat and notification messages to Messaging Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendChatMessage(ChatMessage message) Sends a chat message to the Messaging ServicevoidsendUserNotification(UUID userId, String content, MessageType messageType) Sends a user notification message
-
Constructor Details
-
ChatMessageProducer
public ChatMessageProducer()
-
-
Method Details
-
sendChatMessage
Sends a chat message to the Messaging Service -
sendUserNotification
Sends a user notification message
-