Uses of Interface
com.flowable.engage.external.system.api.InboundErrorHandler
-
Packages that use InboundErrorHandler Package Description com.flowable.engage.external.system.api com.flowable.engage.external.system.common com.flowable.engage.external.system.service -
-
Uses of InboundErrorHandler in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api that return InboundErrorHandler Modifier and Type Method Description InboundErrorHandler
InboundService. getErrorHandler(String externalSystemId)
Get the inbound error handler responsible for the givenexternalSystemId
. -
Uses of InboundErrorHandler in com.flowable.engage.external.system.common
Classes in com.flowable.engage.external.system.common that implement InboundErrorHandler Modifier and Type Class Description class
BaseInboundErrorHandler
class
LoggingInboundErrorHandler
-
Uses of InboundErrorHandler in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service with type parameters of type InboundErrorHandler Modifier and Type Field Description protected Map<String,InboundErrorHandler>
InboundServiceImpl. inboundErrorHandlers
Methods in com.flowable.engage.external.system.service that return InboundErrorHandler Modifier and Type Method Description InboundErrorHandler
InboundServiceImpl. getErrorHandler(String externalSystemId)
-