public class LoggingInboundMessageAccountService extends Object implements InboundMessageAccountService
| Modifier and Type | Field and Description | 
|---|---|
| protected org.slf4j.Logger | logger | 
| Constructor and Description | 
|---|
| LoggingInboundMessageAccountService() | 
| 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 | 
public void messageReceivedNoAccount(InboundMessage inboundMessage)
InboundMessageAccountServicemessageReceivedNoAccount in interface InboundMessageAccountServiceinboundMessage - the received inbound messagepublic void messageReceivedInactiveAccount(InboundMessage inboundMessage, com.flowable.core.idm.api.UserAccount userAccount)
InboundMessageAccountServicemessageReceivedInactiveAccount in interface InboundMessageAccountServiceinboundMessage - the received inbound messageuserAccount - the account of the user that send the message (never null)Copyright © 2019. All rights reserved.