public interface InboundMessageAccountService
| Modifier and Type | Method and Description |
|---|---|
void |
messageReceivedInactiveAccount(InboundMessage inboundMessage,
com.flowable.core.idm.api.UserAccount userAccount)
A new inbound message has been received and the user account is no active
|
void |
messageReceivedNoAccount(InboundMessage inboundMessage)
A new inbound message has been received and it is not linked with an account
|
void messageReceivedNoAccount(InboundMessage inboundMessage)
inboundMessage - the received inbound messagevoid messageReceivedInactiveAccount(InboundMessage inboundMessage, com.flowable.core.idm.api.UserAccount userAccount)
inboundMessage - the received inbound messageuserAccount - the account of the user that send the message (never null)Copyright © 2019. All rights reserved.