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 TypeMethodDescriptionvoid
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 InboundErrorDtoModifier and TypeMethodDescriptionvoid
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 InboundErrorDtoModifier and TypeMethodDescriptionvoid
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 InboundErrorDtoModifier and TypeMethodDescriptionvoid
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 InboundErrorDtoModifier and TypeMethodDescriptionvoid
WhatsAppInboundJmsListener.receiveError
(InboundErrorDto error)