Interface IMessageService
-
- All Known Implementing Classes:
MessageServiceImpl
public interface IMessageServiceCommon interface for form record message services, providing methods to interact with form record messages.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISendMessageResponsesendMessage(ISendMessageRequest messageRequest)Sends a form record message to a recipient (end user).
-
-
-
Method Detail
-
sendMessage
ISendMessageResponse sendMessage(ISendMessageRequest messageRequest) throws SendMessageException
Sends a form record message to a recipient (end user).- Parameters:
messageRequest- The parameters for sending the message.- Returns:
- The response of sending the message.
- Throws:
SendMessageException- If the message could not be sent.
-
-