Interface InboundMessageHandler
-
- All Known Implementing Classes:
InboundMessageHandlerImpl
public interface InboundMessageHandler
Message handler for inbound messages (messages from external adapters). This handler needs to tbe used to send inbound messages to the internal engagement system as the need to be intercepted, translated and routed into the correct internal conversation.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InboundMessageBuilder
createInboundMessageBuilder()
-
-
-
Method Detail
-
createInboundMessageBuilder
InboundMessageBuilder createInboundMessageBuilder()
-
-