Class LoggingInboundMessageAccountService
java.lang.Object
com.flowable.engage.external.system.service.LoggingInboundMessageAccountService
- All Implemented Interfaces:
InboundMessageAccountService
public class LoggingInboundMessageAccountService
extends Object
implements InboundMessageAccountService
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
messageReceivedInactiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) A new inbound message has been received and the user account is no activevoid
messageReceivedNoAccount
(InboundMessage inboundMessage) A new inbound message has been received and it is not linked with an account
-
Field Details
-
logger
protected final org.slf4j.Logger logger
-
-
Constructor Details
-
LoggingInboundMessageAccountService
public LoggingInboundMessageAccountService()
-
-
Method Details
-
messageReceivedNoAccount
Description copied from interface:InboundMessageAccountService
A new inbound message has been received and it is not linked with an account- Specified by:
messageReceivedNoAccount
in interfaceInboundMessageAccountService
- Parameters:
inboundMessage
- the received inbound message
-
messageReceivedInactiveAccount
Description copied from interface:InboundMessageAccountService
A new inbound message has been received and the user account is no active- Specified by:
messageReceivedInactiveAccount
in interfaceInboundMessageAccountService
- Parameters:
inboundMessage
- the received inbound messageuserAccount
- the account of the user that send the message (nevernull
)
-