Uses of Interface
com.flowable.engage.external.system.api.InboundService
Packages that use InboundService
Package
Description
-
Uses of InboundService in com.flowable.engage.external.system.line
Fields in com.flowable.engage.external.system.line declared as InboundServiceModifier and TypeFieldDescriptionprotected final InboundService
LineInboundJmsListener.inboundService
Constructors in com.flowable.engage.external.system.line with parameters of type InboundServiceModifierConstructorDescriptionLineInboundJmsListener
(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 -
Uses of InboundService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as InboundServiceModifier and TypeFieldDescriptionprotected final InboundService
WeChatInboundJmsListener.inboundService
Constructors in com.flowable.engage.external.system.wechat with parameters of type InboundServiceModifierConstructorDescriptionWeChatInboundJmsListener
(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 InboundServiceModifier and TypeFieldDescriptionprotected final InboundService
WhatsAppInboundJmsListener.inboundService
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type InboundServiceModifierConstructorDescriptionWhatsAppInboundJmsListener
(InboundMessageHandler inboundMessageHandler, InboundService inboundService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<WhatsAppInboundEventHandler> eventHandlers, Set<String> enabledMessageTypes)