Class LoggingInboundErrorHandler
java.lang.Object
com.flowable.engage.external.system.common.LoggingInboundErrorHandler
- All Implemented Interfaces:
InboundErrorHandler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the external system implemented by this handler.void
handleError
(InboundErrorDto error) Handle the received error from the external adapter
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
externalSystemId
-
-
Constructor Details
-
LoggingInboundErrorHandler
-
-
Method Details
-
getExternalSystemId
Description copied from interface:InboundErrorHandler
Returns the id of the external system implemented by this handler.- Specified by:
getExternalSystemId
in interfaceInboundErrorHandler
- Returns:
- the external system id implemented by this handler
-
handleError
Description copied from interface:InboundErrorHandler
Handle the received error from the external adapter- Specified by:
handleError
in interfaceInboundErrorHandler
- Parameters:
error
- the error from the external adapter
-