Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Participant Registration is performed by a Participant when it starts up. It registers its ID and type the ACM Element Types it supports with the ACM runtime.

PlantUML Macro
@startuml

participant Participant
participant ACM_Runtime
database ACM_Database

Participant -> ACM_Runtime: [ASYNC] Register
ACM_Runtime -> ACM_Database: [ASYNC] Create or Update Participant Registration and\nstore supported ACM element types
Participant <- ACM_Runtime: Registration Accepted

@enduml

...