Uses of Interface
com.flowable.engage.external.system.api.InboundStatusHandler
-
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.api
Methods in com.flowable.engage.external.system.api that return InboundStatusHandler Modifier and Type Method Description InboundStatusHandler
InboundService. getStatusHandler(String externalSystemId)
Get the inbound status handler responsible for the givenexternalSystemId
. -
Uses of InboundStatusHandler in com.flowable.engage.external.system.common
Classes in com.flowable.engage.external.system.common that implement InboundStatusHandler Modifier and Type Class Description class
BaseInboundStatusHandler
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.line
Classes in com.flowable.engage.external.system.line that implement InboundStatusHandler Modifier and Type Class Description class
LineInboundStatusHandler
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service with type parameters of type InboundStatusHandler Modifier and Type Field Description protected Map<String,InboundStatusHandler>
InboundServiceImpl. inboundStatusHandlers
Methods in com.flowable.engage.external.system.service that return InboundStatusHandler Modifier and Type Method Description InboundStatusHandler
InboundServiceImpl. getStatusHandler(String externalSystemId)
Constructor parameters in com.flowable.engage.external.system.service with type arguments of type InboundStatusHandler Constructor Description InboundServiceImpl(List<InboundStatusHandler> inboundStatusHandlers, List<InboundErrorHandler> inboundErrorHandlers)
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.wechat
Classes in com.flowable.engage.external.system.wechat that implement InboundStatusHandler Modifier and Type Class Description class
WeChatInboundStatusHandler
-
Uses of InboundStatusHandler in com.flowable.engage.external.system.whatsapp
Classes in com.flowable.engage.external.system.whatsapp that implement InboundStatusHandler Modifier and Type Class Description class
WhatsAppInboundStatusHandler
-