Class BaseInboundErrorHandler
java.lang.Object
com.flowable.engage.external.system.common.BaseInboundErrorHandler
- All Implemented Interfaces:
InboundErrorHandler
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringReturns the id of the external system implemented by this handler.voidhandleError(InboundErrorDto error) Handle the received error from the external adapterprotected abstract voidhandleExternalError(InboundErrorDto status) protected abstract voidhandleInternalError(InboundErrorDto status) protected abstract voidhandleUnknownError(InboundErrorDto status)
-
Field Details
-
externalSystemId
-
-
Constructor Details
-
BaseInboundErrorHandler
-
-
Method Details
-
getExternalSystemId
Description copied from interface:InboundErrorHandlerReturns the id of the external system implemented by this handler.- Specified by:
getExternalSystemIdin interfaceInboundErrorHandler- Returns:
- the external system id implemented by this handler
-
handleError
Description copied from interface:InboundErrorHandlerHandle the received error from the external adapter- Specified by:
handleErrorin interfaceInboundErrorHandler- Parameters:
error- the error from the external adapter
-
handleInternalError
-
handleExternalError
-
handleUnknownError
-