aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/api-protocol/puml/ParticipantDeregister.puml
blob: 78689689a2383558071b92b7bd7ac63c1581edbc (plain)
1
2
3
4
5
6
7
8
9
10
11
@startuml

participant Participant
participant "ACM Runtime"
database "ACM Database"

Participant -> "ACM Runtime": [ASYNC] Deregister
"ACM Runtime" -> "ACM Database": Set Participant Replica State as OFF_LINE
Participant <- "ACM Runtime": [ASYNC] Deregistration Accepted
Participant -> Participant: Shutdown Participant
@enduml