Skip to content

Application Layer

This layer orchestrates business logic and implements use cases. It provides coordination between Domain and Infrastructure layers.

Included Subfolders:

  • UseCases: Use cases representing business workflows
  • Ports: Application interfaces
  • Input: Interfaces defining incoming requests
  • Output: Interfaces for output adapters
  • TracingInterceptor: Distributed tracing infrastructure