mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
@startuml
|
|
left to right direction
|
|
|
|
' Define the activity
|
|
(*) --> if "" then
|
|
--> [don't have connection] "Get message\nbus reference"
|
|
--> "Create connection\nto the bus"
|
|
--> "Subscribe"
|
|
else
|
|
--> [have connection] "Subscribe"
|
|
endif
|
|
--> (*)
|
|
@enduml
|