Uses of Interface
com.flowable.engage.external.system.api.InboundService
-
-
Uses of InboundService in com.flowable.engage.external.system.line
Fields in com.flowable.engage.external.system.line declared as InboundService Modifier and Type Field Description protected InboundService
LineInboundJmsListener. inboundService
Constructors in com.flowable.engage.external.system.line with parameters of type InboundService Constructor Description LineInboundJmsListener(InboundService inboundService, Collection<LineInboundEventHandler> eventHandlers)
-
Uses of InboundService in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundService Modifier and Type Class Description class
InboundServiceImpl
-
Uses of InboundService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as InboundService Modifier and Type Field Description protected InboundService
WeChatInboundJmsListener. inboundService
Constructors in com.flowable.engage.external.system.wechat with parameters of type InboundService Constructor Description WeChatInboundJmsListener(InboundMessageHandler inboundMessageHandler, WechatEmojiConverter wechatEmojiConverter, InboundService inboundService, WeChatInboundMessageEventHandler weChatInboundMessageEventHandler, Set<String> enabledMessageTypes)
-
Uses of InboundService in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as InboundService Modifier and Type Field Description protected InboundService
WhatsAppInboundJmsListener. inboundService
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type InboundService Constructor Description WhatsAppInboundJmsListener(InboundMessageHandler inboundMessageHandler, InboundService inboundService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<WhatsAppInboundEventHandler> eventHandlers, Set<String> enabledMessageTypes)
-