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 InboundServiceLineInboundJmsListener. inboundServiceConstructors 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 classInboundServiceImpl -
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 InboundServiceWeChatInboundJmsListener. inboundServiceConstructors 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 InboundServiceWhatsAppInboundJmsListener. inboundServiceConstructors 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)
-