Inbound Service
Overview
Section titled “Overview”The Inbound Service (inbound) is responsible for Ingestion. It acts as the entry point for data entering the MRI system, handling incoming requests (e.g., API calls, webhooks) and passing them to the appropriate components for processing.
Responsibilities
Section titled “Responsibilities”- API Entry Point: Exposes public APIs for external clients.
- Webhook Handling: Receives webhooks from third-party systems.
- Data Ingestion: Accepts raw data and forwards it to the Orchestrator or other services.
- Validation: Performs initial validation of incoming data.
Tech Stack
Section titled “Tech Stack”- Language: Java
- Framework: Spring Boot