Uses of Class
com.flowable.engage.external.system.dto.InboundErrorDto
Packages that use InboundErrorDto
Package
Description
-
Uses of InboundErrorDto in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api with parameters of type InboundErrorDtoModifier and TypeMethodDescriptionvoidInboundErrorHandler.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 InboundErrorDtoModifier and TypeMethodDescriptionvoidBaseInboundErrorHandler.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 InboundErrorDtoModifier and TypeMethodDescriptionvoidLineInboundJmsListener.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 InboundErrorDtoModifier and TypeMethodDescriptionvoidWeChatInboundJmsListener.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 InboundErrorDtoModifier and TypeMethodDescriptionvoidWhatsAppInboundJmsListener.receiveError(InboundErrorDto error)