-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update diagrams and Managed Subscribe Readme (#51)
* Update diagrams and Managed Subscribe Readme * fix spelling mistake and add accepted words * Update diagrams
- Loading branch information
Showing
10 changed files
with
349 additions
and
15 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
docs/design/diagrams/managed_subscribe_consumer_sequence.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@startuml Managed Subscribe Consumer | ||
title Managed Subscribe Sequence from Consumer's Perspective | ||
participant "Digital Twin Consumer" as DTConsumer | ||
participant Ibeji | ||
participant Broker | ||
|
||
autonumber | ||
|
||
DTConsumer -> Ibeji: FindById - request | ||
DTConsumer <- Ibeji: FindById - response | ||
DTConsumer -> Ibeji: GetSubscriptionInfo (entity_id, constraints) | ||
Ibeji -> DTConsumer: GetSubscriptionInfo - response | ||
note right of DTConsumer: SubInfo {topic, broker endpoint info} | ||
DTConsumer -> Broker: Subscribe (SubInfo.topic) | ||
DTConsumer <- Broker : data | ||
DTConsumer -> Broker: Unsubscribe (SubInfo.topic) | ||
DTConsumer x<- Broker: data | ||
@enduml |
28 changes: 28 additions & 0 deletions
28
docs/design/diagrams/managed_subscribe_consumer_sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.