3 Integration via Discovery Service
This topic describes about the integration with external systems through the Discovery Service.
Overview
The Connector Service facilitates seamless communication between the Interconnect framework and domain applications. It abstracts event handling, payload binding, and acknowledgment responses, allowing domain teams to focus on core processing logic without dealing with transport-layer concerns.
- Add Connector Dependency
This topc describes the connector required to enable integration with dependent services or external systems. - Enable Component Scanning
This topic describes how to enable component scanning to automatically detect and register application components. - Configure Interconnect System Parameters
This topic describes the system parameters required to configure and enable interconnect functionality. - Implement the Interconnect Event Handler Interface
This topic describes how to implement the Interconnect Event Handler interface to handle interconnect events within the system. - Return an Acknowledgment (Ack) Response
This topic describes how to return an acknowledgment (Ack) response after processing an interconnect event.