Modifier and Type | Field and Description |
---|---|
protected InboundMessageHandler |
LineMessageInboundEventHandler.inboundMessageHandler |
Constructor and Description |
---|
LineMessageInboundEventHandler(InboundMessageHandler inboundMessageHandler,
LineEmojiConverter lineEmojiConverter,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Set<String> enabledMessageTypes) |
Modifier and Type | Class and Description |
---|---|
class |
InboundMessageHandlerImpl |
Modifier and Type | Field and Description |
---|---|
protected InboundMessageHandler |
WeChatInboundMessageEventHandlerImpl.inboundMessageHandler |
protected InboundMessageHandler |
WeChatInboundJmsListener.inboundMessageHandler |
Constructor and Description |
---|
WeChatInboundJmsListener(InboundMessageHandler inboundMessageHandler,
WechatEmojiConverter wechatEmojiConverter,
InboundService inboundService,
WeChatInboundMessageEventHandler weChatInboundMessageEventHandler,
Set<String> enabledMessageTypes) |
WeChatInboundMessageEventHandlerImpl(InboundMessageHandler inboundMessageHandler,
ExternalConversationService externalConversationService,
TemplateService templateService) |
Modifier and Type | Field and Description |
---|---|
protected InboundMessageHandler |
WhatsAppInboundJmsListener.inboundMessageHandler |
Constructor and Description |
---|
WhatsAppInboundJmsListener(InboundMessageHandler inboundMessageHandler,
InboundService inboundService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Collection<WhatsAppInboundEventHandler> eventHandlers,
Set<String> enabledMessageTypes) |