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")


    }

Table of contents