16 lines
302 B
Plaintext

@startuml
!include ../../buildUML/jb-plantuml-theme.puml
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