Class LoggingInboundErrorHandler

java.lang.Object
com.flowable.engage.external.system.common.LoggingInboundErrorHandler
All Implemented Interfaces:
InboundErrorHandler

public class LoggingInboundErrorHandler
extends java.lang.Object
implements InboundErrorHandler
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String externalSystemId  
    protected org.slf4j.Logger logger  
  • Constructor Summary

    Constructors 
    Constructor Description
    LoggingInboundErrorHandler​(java.lang.String externalSystemId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getExternalSystemId()
    Returns the id of the external system implemented by this handler.
    void handleError​(InboundErrorDto error)
    Handle the received error from the external adapter

    Methods inherited from class java.lang.Object

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