Skip to content

Commit

Permalink
messaging_infrastructure.md: Cleanup and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karollewandowski committed Aug 10, 2023
1 parent 39f9bb2 commit c342ec0
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 174 deletions.
8 changes: 4 additions & 4 deletions buildUML/messaging/topic.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ left to right direction

' Define the objects in the diagram
class "com.intellij.util.messages.Topic" as Topic {
+displayName()
+broadcastDirection()
}
+getDisplayName()
+getBroadcastDirection()
}
class ListenerClass {
+method1()
{method} ...
+methodN()
}
}

' Define the class relationships
Topic o--> "1 " ListenerClass
Expand Down
86 changes: 1 addition & 85 deletions images/reference_guide/messaging/img/topic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c342ec0

Please sign in to comment.