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 voidInboundErrorHandler. 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 voidBaseInboundErrorHandler. handleError(InboundErrorDto error)voidLoggingInboundErrorHandler. handleError(InboundErrorDto error)protected abstract voidBaseInboundErrorHandler. handleExternalError(InboundErrorDto status)protected abstract voidBaseInboundErrorHandler. handleInternalError(InboundErrorDto status)protected abstract voidBaseInboundErrorHandler. 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 voidLineInboundJmsListener. 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 voidWeChatInboundJmsListener. 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 voidWhatsAppInboundJmsListener. receiveError(InboundErrorDto error)
-