-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.drawio
57 lines (57 loc) · 4.01 KB
/
subscribe.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<mxfile host="app.diagrams.net" modified="2023-06-13T15:42:20.800Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" etag="geEK8UJSY6K5Gay-hwga" version="21.3.0" type="github">
<diagram name="Page-1" id="BF-Fv4ZhZ8SuOgcZfIsq">
<mxGraphModel dx="1049" dy="508" 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="ZZkEjoKqOmnS17jyRj9n-1" value="Storage Light" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="80" width="570" height="230" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-2" value="Client" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="397" y="380" width="190" height="60" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-3" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="ZZkEjoKqOmnS17jyRj9n-2" target="ZZkEjoKqOmnS17jyRj9n-5">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="220" y="240" as="sourcePoint" />
<mxPoint x="270" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-4" value="subscribe (topic, filter,...)" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="ZZkEjoKqOmnS17jyRj9n-3">
<mxGeometry x="0.2039" y="3" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-5" value="subscribtion update channel" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="314" y="260" width="356" height="30" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-6" value="event message broadcast channel" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="607.5" y="175" width="235" height="40" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-7" value="blocker_producer" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="670" y="90" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-8" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="ZZkEjoKqOmnS17jyRj9n-7" target="ZZkEjoKqOmnS17jyRj9n-6">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="720" y="340" as="sourcePoint" />
<mxPoint x="770" y="290" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-9" value="Keep Subsciber" style="shape=process;whiteSpace=wrap;html=1;backgroundOutline=1;" vertex="1" parent="1">
<mxGeometry x="314" y="120" width="206" height="110" as="geometry" />
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-10" value="" style="endArrow=classic;html=1;rounded=0;" edge="1" parent="1" source="ZZkEjoKqOmnS17jyRj9n-5" target="ZZkEjoKqOmnS17jyRj9n-9">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="380" y="270" as="sourcePoint" />
<mxPoint x="430" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZZkEjoKqOmnS17jyRj9n-11" value="" style="endArrow=classic;html=1;rounded=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="ZZkEjoKqOmnS17jyRj9n-6" target="ZZkEjoKqOmnS17jyRj9n-9">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="520" y="190" as="sourcePoint" />
<mxPoint x="570" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>