Skip to content

Commit 60c1308

Browse files
author
popey2700
committed
Update diagrams
1 parent 6bc0cb1 commit 60c1308

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/diagrams/container.puml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Boundary(aws_cloudplatform, "Cloud Platform", "A Kubernetes cluster using Amazon
3434
}
3535

3636
Rel(consumer, spring_boot_api, "Makes API calls to", "JSON/HTTPS")
37-
Rel(consumer, messaging, "Retrieves updates")
38-
Rel_Right(spring_boot_api, messaging, "Posts updates")
37+
Rel(messaging, consumer, "Retrieves updates")
38+
Rel_Up(upstream, messaging, "Posts updates")
3939
Rel_Right(spring_boot_api, hmpps_auth, "Authenticates", "Bearer Token")
4040
Rel_Down(spring_boot_api, upstream, "Makes API calls to", "JSON/HTTPS")
4141

docs/diagrams/context.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Boundary(moj, "Ministry of Justice (MOJ)", "Ministerial Department") {
2121
}
2222

2323
Rel_Down(consumer, hmpps_integration_api, "Uses")
24-
Rel_Right(hmpps_integration_api, messaging, "Posts updates")
24+
Rel_Up(upstream, messaging, "Posts updates")
2525
Rel_Up(messaging, consumer, "Retrieves updates")
2626
Rel(hmpps_integration_api, upstream, "Queries for data")
2727

0 commit comments

Comments
 (0)