Interface IMessageService
public interface IMessageService
Common interface for form record message services, providing methods to interact with form record messages.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionsendMessage(ISendMessageRequest messageRequest) Sends a form record message to a recipient (end user).
-
Method Details
-
sendMessage
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.
-