public interface InboundMessageRoutingService
| Modifier and Type | Method and Description | 
|---|---|
| String | findConversationForUserAccount(com.flowable.core.idm.api.UserAccount userAccount)Find the conversation id for the given  userAccount. | 
| void | routeInboundMessage(InboundMessage inboundMessage,
                   com.flowable.core.idm.api.UserAccount userAccount)Route the inbound message to a conversation for the give  userAccount | 
void routeInboundMessage(InboundMessage inboundMessage, com.flowable.core.idm.api.UserAccount userAccount)
userAccountinboundMessage - the received message from the external systemuserAccount - the user account that the message belongs toString findConversationForUserAccount(com.flowable.core.idm.api.UserAccount userAccount)
userAccount.
 The conversation id is the if of the conversation that
 can be used to route messages into.userAccount - the user accountnullCopyright © 2019. All rights reserved.