mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
@startuml
|
|
hide empty members
|
|
hide circle
|
|
top to bottom direction
|
|
|
|
:Subscriber:
|
|
(Create connection) as (C)
|
|
note top of (C): Necessary for subscribing
|
|
Subscriber --> C
|
|
|
|
:Publisher:
|
|
(Publish)
|
|
Publisher --> Publish
|
|
|
|
@enduml
|