diff options
author | 2023-07-26 17:19:03 +0100 | |
---|---|---|
committer | 2023-07-27 09:29:56 +0000 | |
commit | 4f1c3755a6e13086693f8ce56cce5358211d749a (patch) | |
tree | fe4ee6cb593d82530e12280f2ad41f91a3ff59ec /docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml | |
parent | 96d0abc946c6d66fc9008e7f08935e6c1dc35b7b (diff) |
Update documentation for restart ACM
Issue-ID: POLICY-4782
Change-Id: If1f15b745fc98e5c7fccfc444dd14a78b4ec42e9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml')
-rwxr-xr-x[-rw-r--r--] | docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml b/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml index 8b6a18ea..acbec2ad 100644..100755 --- a/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml +++ b/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml @@ -1,5 +1,6 @@ @startuml -Participant -> CLAMP_Runtime: Participant Deregistration -Participant <- CLAMP_Runtime: Participant Deregistration Ack +Participant -> "ACM Runtime": [ASYNC] Deregister +"ACM Runtime" -> "ACM Database": Set Participant State as OFF_LINE +Participant <- "ACM Runtime": [ASYNC] Deregistration Accepted Participant -> Participant: Shutdown Participant @enduml |