public interface CommunoteMessageSender
| Modifier and Type | Method and Description |
|---|---|
void |
sendMessage(BaseMessage message,
String messageType,
String version)
Sends a message to CNT internal
|
void |
sendReplyMessage(CommunoteReplyMessage message)
is used to send a reply to the incoming message
|
void sendMessage(BaseMessage message, String messageType, String version) throws MessageQueueCommunicationException
message - the messagemessageType - the type of the messageversion - the version of the messageException - in case of an errorMessageQueueCommunicationExceptionvoid sendReplyMessage(CommunoteReplyMessage message) throws MessageQueueCommunicationException
message - reply messageMessageQueueCommunicationExceptionCopyright © 2019 Communote team. All rights reserved.