Uses of Class
com.flowable.engage.external.system.dto.InboundErrorDto
-
-
Uses of InboundErrorDto in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api with parameters of type InboundErrorDto Modifier and Type Method Description void
InboundErrorHandler. handleError(InboundErrorDto error)
Handle the received error from the external adapter -
Uses of InboundErrorDto in com.flowable.engage.external.system.common
Methods in com.flowable.engage.external.system.common with parameters of type InboundErrorDto Modifier and Type Method Description void
BaseInboundErrorHandler. handleError(InboundErrorDto error)
void
LoggingInboundErrorHandler. handleError(InboundErrorDto error)
protected abstract void
BaseInboundErrorHandler. handleExternalError(InboundErrorDto status)
protected abstract void
BaseInboundErrorHandler. handleInternalError(InboundErrorDto status)
protected abstract void
BaseInboundErrorHandler. handleUnknownError(InboundErrorDto status)
-
Uses of InboundErrorDto in com.flowable.engage.external.system.line
Methods in com.flowable.engage.external.system.line with parameters of type InboundErrorDto Modifier and Type Method Description void
LineInboundJmsListener. receiveError(InboundErrorDto error)
-
Uses of InboundErrorDto in com.flowable.engage.external.system.wechat
Methods in com.flowable.engage.external.system.wechat with parameters of type InboundErrorDto Modifier and Type Method Description void
WeChatInboundJmsListener. receiveError(InboundErrorDto error)
-
Uses of InboundErrorDto in com.flowable.engage.external.system.whatsapp
Methods in com.flowable.engage.external.system.whatsapp with parameters of type InboundErrorDto Modifier and Type Method Description void
WhatsAppInboundJmsListener. receiveError(InboundErrorDto error)
-