MESH Services
2025-10-13 | ๐ 0 words | โฑ 0 mins | ๐งพ History | โ Tom D'Roza | ๐ Tom D'Roza
๐ง 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-mesh
C4:
Link to this diagram directly: /nhs-notify-digital-letters/diagrams/c4component-mesh.html C4Component
title Mesh Component
Container_Boundary(meshcontainer, "MESH Container") {
Container_Boundary(inbound, "Inbound"){
Component(timer, "Mesh Timer")
Component(poller, "Mesh Poller")
Component(retriever, "Mesh Retriever")
}
Container_Boundary(outbound, "Outbound"){
Component(reporter, "Mesh Status reporter")
}
Rel(timer, poller, "Produced", "TimeExipred")
Rel(poller, retriever, "Sends File", "FileFound")
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
}