Class LoggingInboundMessageAccountService

java.lang.Object
com.flowable.engage.external.system.service.LoggingInboundMessageAccountService
All Implemented Interfaces:
InboundMessageAccountService

public class LoggingInboundMessageAccountService
extends java.lang.Object
implements InboundMessageAccountService
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.slf4j.Logger logger  
  • Constructor Summary

    Constructors 
    Constructor Description
    LoggingInboundMessageAccountService()  
  • Method Summary

    Modifier and Type Method 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait