aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml
blob: acbec2adfebe0f853c8e23017daffbd16911e1bd (plain)
1
2
3
4
5
6
@startuml
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