The BIG Domain Service Api wires the use cases and the hosted job worker:
POST /registrations creates the aggregate and starts the registratie process,
returning 202 with a location; GET /registrations/{id} reads the aggregate so
the eventually-opened zaak URL can be observed (ADR-0009). The Workflow Client
is registered once behind both Flowable ports; the ACL client and in-memory
store complete the wiring. Verified against a live flowable-rest: submit starts
a parked process and the worker polls it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
<Solution>
|
|
<Folder Name="/services/" />
|
|
<Folder Name="/services/acl/">
|
|
<Project Path="services/acl/Acl.Api/Acl.Api.csproj" />
|
|
<Project Path="services/acl/Acl.Application/Acl.Application.csproj" />
|
|
<Project Path="services/acl/Acl.Infrastructure/Acl.Infrastructure.csproj" />
|
|
<Project Path="services/acl/Acl.IntegrationTests/Acl.IntegrationTests.csproj" />
|
|
<Project Path="services/acl/Acl.Tests/Acl.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/domain/">
|
|
<Project Path="services/domain/Big.Domain/Big.Domain.csproj" />
|
|
<Project Path="services/domain/Big.Application/Big.Application.csproj" />
|
|
<Project Path="services/domain/Big.Infrastructure/Big.Infrastructure.csproj" />
|
|
<Project Path="services/domain/Big.Api/Big.Api.csproj" />
|
|
<Project Path="services/domain/Big.Tests/Big.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/bff/">
|
|
<Project Path="services/bff/Bff.Api/Bff.Api.csproj" />
|
|
<Project Path="services/bff/Bff.Tests/Bff.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/event-subscriber/">
|
|
<Project Path="services/event-subscriber/EventSubscriber.Api/EventSubscriber.Api.csproj" />
|
|
<Project Path="services/event-subscriber/EventSubscriber.Application/EventSubscriber.Application.csproj" />
|
|
<Project Path="services/event-subscriber/EventSubscriber.Tests/EventSubscriber.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/projection-api/">
|
|
<Project Path="services/projection-api/Projection.ReadModel/Projection.ReadModel.csproj" />
|
|
<Project Path="services/projection-api/ProjectionApi.Api/ProjectionApi.Api.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/acceptance/Acceptance.csproj" />
|
|
</Folder>
|
|
</Solution>
|