docker compose -f etc/docker/nats.yml --env-file .env up -d
npm i
npm run app
npm run clean -w @at/control
npm run clean -w @at/command
npm run clean -w @at/loader
npm run clean -w @at/inspect
Client sendPayload |>
svc:A SetRegisterResponse |>
svc:A PublishCommand |
svc:B ProcessCommand |>
svc:B SetStateTask |>
svc:B PublishResult |
svc:A ProcessResult |>
svc:A GetResponseByTaskId |>
svc:A ClearRegisterResponse |>
svc:A SendResultClient |>
Client: replyResult |