mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
@startuml
|
|
left to right direction
|
|
|
|
' Define the activity
|
|
(*) --> "Get message\nbus reference"
|
|
--> "Ask the bus\nfor a particular\ntopic's publisher"
|
|
--> "Call target\nmethod on\npublisher"
|
|
--> "Messaging\ncalls the\nsame method\non target\nhandlers"
|
|
--> (*)
|
|
@enduml
|