X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fclamp%2Facm%2Fapi-protocol%2Fpuml%2FParticipantDeregister.puml;h=acbec2adfebe0f853c8e23017daffbd16911e1bd;hb=4f1c3755a6e13086693f8ce56cce5358211d749a;hp=8b6a18eab1ee34dfe6a6016275f3d9a69a06db0e;hpb=96d0abc946c6d66fc9008e7f08935e6c1dc35b7b;p=policy%2Fparent.git diff --git a/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml b/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml old mode 100644 new mode 100755 index 8b6a18ea..acbec2ad --- 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