public interface ExternalConversationService
| Modifier and Type | Method and Description |
|---|---|
ExternalConversationSystemAdapter |
getExternalSystemAdapter(String externalSystemId) |
void |
sendMessage(String recipientAccountId,
String messageId)
Invoked by the engagement system to send a message to an external user account.
|
void |
validateMessage(com.flowable.core.idm.api.UserAccount recipientAccount,
Message message)
Invoked byb the engagement system to validate the message that should be sent to the external user account.
|
void sendMessage(String recipientAccountId, String messageId)
recipientAccountId - the recipient account id that needs to receive the messagemessageId - the id of the message that needs to be sendvoid validateMessage(com.flowable.core.idm.api.UserAccount recipientAccount,
Message message)
recipientAccount - the recipient account that should received the messagemessage - the message that should be validatedExternalConversationSystemAdapter getExternalSystemAdapter(String externalSystemId)
Copyright © 2019. All rights reserved.