aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/states/ParticipantStates.puml
blob: 6bb77686523477b59064ec16b4b46fe70e69c21e (plain)
1
2
3
4
5
6
7
8
9
10
@startuml

[*] --> ONLINE: Register
ONLINE --> ONLINE: Heartbeat
ONLINE --> OFFLINE: Timeout
OFFLINE --> ONLINE: Heartbeat
ONLINE --> [*]: Deregister
OFFLINE --> [*]: Deregister

@enduml