-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdescription.drawio
37 lines (37 loc) · 2.72 KB
/
description.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<mxfile host="65bd71144e" modified="2021-01-13T23:07:04.493Z" agent="5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.53.0-insider Chrome/87.0.4280.88 Electron/11.1.0 Safari/537.36" version="13.10.0" etag="9vLnL7pjXwVC8W_063rI" type="embed">
<diagram id="spXDzHrpnkb3Bk8yzPM0" name="Page-1">
<mxGraphModel dx="935" dy="418" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="Topic" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="80" y="180" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="3" value="QueueList" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="240" y="160" width="180" height="100" as="geometry"/>
</mxCell>
<mxCell id="4" value="" style="endArrow=classic;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="2" target="3">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="450" y="240" as="sourcePoint"/>
<mxPoint x="240" y="190" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="5" value="RwLock<br>List of TopicQueue" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="354" y="140" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="8" value="TopicQueue" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="510" y="140" width="210" height="130" as="geometry"/>
</mxCell>
<mxCell id="9" value="" style="endArrow=classic;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="8">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="480" y="170" as="sourcePoint"/>
<mxPoint x="530" y="190" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="10" value="RwLock<br>List of QueueData" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="660" y="120" width="120" height="60" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>