aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/system-dialogues/FullParticipantReport.puml
blob: 50943c8b30125736d5dc1bdf22a7ef70051c6368 (plain)
1
2
3
4
5
6
7
8
9
10
11
@startuml

participant REST
participant ACM_Runtime
participant Participants

REST -> ACM_Runtime: Order Participant Information
ACM_Runtime -> Participants: Issue immediate Heartbeat Report\n(See §1.3)
REST <- ACM_Runtime: Participant Information Ordered

@enduml