Skip to content

Inbound Service

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.

  • 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.
  • Language: Java
  • Framework: Spring Boot