Queue Services
2024-05-28 | ๐ 0 words | โฑ 0 mins | ๐งพ History | โ Ross Buggins | ๐ Ross Buggins
๐ง This page has less that 200 words. So it looks like this page is still under construction.
Known Issues / Todo
- โ This page is draft and is subject to rapid change, and may not be fully accurate or complete
Events Consumed
Events Produced
Diagrams
c4component-queue
C4:
Link to this diagram directly: /nhs-notify-digital-letters/diagrams/c4component-queue.html C4Component
title Queue Component
Container_Boundary(meshcontainer, "Print Queue Services Container") {
Component(adder, "Add to queue")
Component(remover, "Remove from queue")
Component(expirer, "Expire from queue")
ComponentDb(queue, "Queue")
Rel(adder, queue, "", "")
Rel(remover, queue, "", "")
Rel(expirer, queue, "", "")
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="2")
}