2020-06-16 19:43:54 -07:00

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