Messages Client
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-corenotifier
C4:
Link to this diagram directly: /nhs-notify-digital-letters/diagrams/c4component-corenotifier.html C4Component
title NHS Notify API Client Component
Container_Boundary(meshcontainer, "NHS Notify API Client") {
Boundary(out, "Outbound"){
Component(client, "Call Client")
System_Ext(nhsnotifyapi, "NHS Notify API")
}
Boundary(in, "inbound"){
System_Ext(nhsnotifyapicallbacks, "NHS Notify <br> Callback source")
Component(listener, "Callback listener")
}
Rel(client, nhsnotifyapi, "", "")
Rel(nhsnotifyapicallbacks, listener, "", "")
UpdateLayoutConfig($c4ShapeInRow="3", $c4BoundaryInRow="1")
}