@tmorin/plantuml-libs 6.1.1 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/distribution/eip-1/MessageConstruction/CommandMessage.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/CommandMessage.png +0 -0
- package/distribution/eip-1/MessageConstruction/CorrelationIdentifier.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/CorrelationIdentifier.png +0 -0
- package/distribution/eip-1/MessageConstruction/DocumentMessage.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/DocumentMessage.png +0 -0
- package/distribution/eip-1/MessageConstruction/EventMessage.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/EventMessage.png +0 -0
- package/distribution/eip-1/MessageConstruction/MessageSequence.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/MessageSequence.png +0 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.Local.puml +17 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.Remote.puml +16 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.md +114 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.png +0 -0
- package/distribution/eip-1/MessageConstruction/QueryMessage.puml +17 -0
- package/distribution/eip-1/MessageConstruction/QueryMessageGroup.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/QueryMessageGroup.Local.puml +21 -0
- package/distribution/eip-1/MessageConstruction/QueryMessageGroup.Remote.puml +20 -0
- package/distribution/eip-1/MessageConstruction/README.md +3 -1
- package/distribution/eip-1/MessageConstruction/ResultMessage.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/ResultMessage.Local.puml +17 -0
- package/distribution/eip-1/MessageConstruction/ResultMessage.Remote.puml +16 -0
- package/distribution/eip-1/MessageConstruction/ResultMessage.md +114 -0
- package/distribution/eip-1/MessageConstruction/ResultMessage.png +0 -0
- package/distribution/eip-1/MessageConstruction/ResultMessage.puml +17 -0
- package/distribution/eip-1/MessageConstruction/ResultMessageGroup.Local.png +0 -0
- package/distribution/eip-1/MessageConstruction/ResultMessageGroup.Local.puml +21 -0
- package/distribution/eip-1/MessageConstruction/ResultMessageGroup.Remote.puml +20 -0
- package/distribution/eip-1/MessagingSystems/MessageSingleGreen.Local.png +0 -0
- package/distribution/eip-1/MessagingSystems/MessageSingleGreen.png +0 -0
- package/distribution/eip-1/MessagingSystems/MessageSingleOrange.Local.png +0 -0
- package/distribution/eip-1/MessagingSystems/MessageSingleOrange.png +0 -0
- package/distribution/eip-1/README.md +1 -1
- package/distribution/eip-1/message_router.png +0 -0
- package/distribution/eip-1/pipes_and_filters.png +0 -0
- package/distribution/eip-1/simple.png +0 -0
- package/distribution/eip-1/simple.puml +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [6.2.0](https://github.com/tmorin/plantuml-libs/compare/v6.1.1...v6.2.0) (2021-12-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **eip-1:** add new items for the Message Construction module + increase size about some existing items ([470e6c1](https://github.com/tmorin/plantuml-libs/commit/470e6c16c936a75a1902cfbffc8d6777c2c9780f))
|
|
11
|
+
|
|
5
12
|
### [6.1.1](https://github.com/tmorin/plantuml-libs/compare/v6.1.0...v6.1.1) (2021-12-04)
|
|
6
13
|
|
|
7
14
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $INCLUSION_MODE="local"
|
|
4
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
5
|
+
|
|
6
|
+
' loads the library's bootstrap
|
|
7
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
8
|
+
|
|
9
|
+
' loads the package bootstrap
|
|
10
|
+
include('eip-1/bootstrap')
|
|
11
|
+
|
|
12
|
+
' loads the Item which embeds the element QueryMessage
|
|
13
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
14
|
+
|
|
15
|
+
' renders the element
|
|
16
|
+
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label')
|
|
17
|
+
@enduml
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
4
|
+
|
|
5
|
+
' loads the library's bootstrap
|
|
6
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
7
|
+
|
|
8
|
+
' loads the package bootstrap
|
|
9
|
+
include('eip-1/bootstrap')
|
|
10
|
+
|
|
11
|
+
' loads the Item which embeds the element QueryMessage
|
|
12
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
13
|
+
|
|
14
|
+
' renders the element
|
|
15
|
+
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label')
|
|
16
|
+
@enduml
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# QueryMessage
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```text
|
|
5
|
+
eip-1/MessageConstruction/QueryMessage
|
|
6
|
+
```
|
|
7
|
+
|
|
8
|
+
```text
|
|
9
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
| Illustration | QueryMessage | QueryMessageGroup |
|
|
15
|
+
| :---: | :---: | :---: |
|
|
16
|
+
|  |  |  |
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## QueryMessage
|
|
22
|
+
|
|
23
|
+
### Load remotely
|
|
24
|
+
```plantuml
|
|
25
|
+
@startuml
|
|
26
|
+
' configures the library
|
|
27
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
28
|
+
|
|
29
|
+
' loads the library's bootstrap
|
|
30
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
31
|
+
|
|
32
|
+
' loads the package bootstrap
|
|
33
|
+
include('eip-1/bootstrap')
|
|
34
|
+
|
|
35
|
+
' loads the Item which embeds the element QueryMessage
|
|
36
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
37
|
+
|
|
38
|
+
' renders the element
|
|
39
|
+
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label')
|
|
40
|
+
@enduml
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Load locally
|
|
44
|
+
```plantuml
|
|
45
|
+
@startuml
|
|
46
|
+
' configures the library
|
|
47
|
+
!global $INCLUSION_MODE="local"
|
|
48
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
49
|
+
|
|
50
|
+
' loads the library's bootstrap
|
|
51
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
52
|
+
|
|
53
|
+
' loads the package bootstrap
|
|
54
|
+
include('eip-1/bootstrap')
|
|
55
|
+
|
|
56
|
+
' loads the Item which embeds the element QueryMessage
|
|
57
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
58
|
+
|
|
59
|
+
' renders the element
|
|
60
|
+
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label')
|
|
61
|
+
@enduml
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## QueryMessageGroup
|
|
65
|
+
|
|
66
|
+
### Load remotely
|
|
67
|
+
```plantuml
|
|
68
|
+
@startuml
|
|
69
|
+
' configures the library
|
|
70
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
71
|
+
|
|
72
|
+
' loads the library's bootstrap
|
|
73
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
74
|
+
|
|
75
|
+
' loads the package bootstrap
|
|
76
|
+
include('eip-1/bootstrap')
|
|
77
|
+
|
|
78
|
+
' loads the Item which embeds the element QueryMessageGroup
|
|
79
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
80
|
+
|
|
81
|
+
' renders the element
|
|
82
|
+
QueryMessageGroup('QueryMessageGroup', 'Query Message Group', 'an optional tech label') {
|
|
83
|
+
note as note
|
|
84
|
+
the content of the group
|
|
85
|
+
end note
|
|
86
|
+
}
|
|
87
|
+
@enduml
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Load locally
|
|
91
|
+
```plantuml
|
|
92
|
+
@startuml
|
|
93
|
+
' configures the library
|
|
94
|
+
!global $INCLUSION_MODE="local"
|
|
95
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
96
|
+
|
|
97
|
+
' loads the library's bootstrap
|
|
98
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
99
|
+
|
|
100
|
+
' loads the package bootstrap
|
|
101
|
+
include('eip-1/bootstrap')
|
|
102
|
+
|
|
103
|
+
' loads the Item which embeds the element QueryMessageGroup
|
|
104
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
105
|
+
|
|
106
|
+
' renders the element
|
|
107
|
+
QueryMessageGroup('QueryMessageGroup', 'Query Message Group', 'an optional tech label') {
|
|
108
|
+
note as note
|
|
109
|
+
the content of the group
|
|
110
|
+
end note
|
|
111
|
+
}
|
|
112
|
+
@enduml
|
|
113
|
+
```
|
|
114
|
+
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
' definition of the Item eip-1/MessageConstruction/QueryMessage
|
|
2
|
+
|
|
3
|
+
sprite $QueryMessageXs [15x10/16z] Oy06M55uxEpiw5mKFffUT2u71mSAbuq3MPw3dmsB0m
|
|
4
|
+
|
|
5
|
+
sprite $QueryMessageSm [18x12/16z] Oy056D45sDdPCKMO2QbXO6CWIeIHaH5DX9C7HI4BAoi_6mUwHaus7Cu7
|
|
6
|
+
|
|
7
|
+
sprite $QueryMessageMd [25x16/16z] hScr0S0m4C10i_sy_xJXAamgTUvzjPQ3Vo1rx164wU-MtPyWo2IxOCLe0oLdNM2J5CPTG29YTr4F
|
|
8
|
+
|
|
9
|
+
sprite $QueryMessageLg [31x20/16z] jSkr5S104CJGCImVz5-jAJMJql-4pwBk26LgdsMEzxILfOStUEO6k_KYE8hmCvFExR9pBkRxxCPrctiYIliyvroh7h2gHU2RHW
|
|
10
|
+
|
|
11
|
+
!procedure QueryMessage($id, $name="", $tech="")
|
|
12
|
+
IconElement($id, 'IconElement', 'eip-1/MessageConstruction/QueryMessage', $name, $tech)
|
|
13
|
+
!endprocedure
|
|
14
|
+
|
|
15
|
+
!procedure QueryMessageGroup($id, $name='Query Message', $tech='')
|
|
16
|
+
IconGroupElement($id, 'IconGroupElement', '<$QueryMessageLg>', $name, $tech)
|
|
17
|
+
!endprocedure
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $INCLUSION_MODE="local"
|
|
4
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
5
|
+
|
|
6
|
+
' loads the library's bootstrap
|
|
7
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
8
|
+
|
|
9
|
+
' loads the package bootstrap
|
|
10
|
+
include('eip-1/bootstrap')
|
|
11
|
+
|
|
12
|
+
' loads the Item which embeds the element QueryMessageGroup
|
|
13
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
14
|
+
|
|
15
|
+
' renders the element
|
|
16
|
+
QueryMessageGroup('QueryMessageGroup', 'Query Message Group', 'an optional tech label') {
|
|
17
|
+
note as note
|
|
18
|
+
the content of the group
|
|
19
|
+
end note
|
|
20
|
+
}
|
|
21
|
+
@enduml
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
4
|
+
|
|
5
|
+
' loads the library's bootstrap
|
|
6
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
7
|
+
|
|
8
|
+
' loads the package bootstrap
|
|
9
|
+
include('eip-1/bootstrap')
|
|
10
|
+
|
|
11
|
+
' loads the Item which embeds the element QueryMessageGroup
|
|
12
|
+
include('eip-1/MessageConstruction/QueryMessage')
|
|
13
|
+
|
|
14
|
+
' renders the element
|
|
15
|
+
QueryMessageGroup('QueryMessageGroup', 'Query Message Group', 'an optional tech label') {
|
|
16
|
+
note as note
|
|
17
|
+
the content of the group
|
|
18
|
+
end note
|
|
19
|
+
}
|
|
20
|
+
@enduml
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MessageConstruction
|
|
2
2
|
|
|
3
|
-
The module contains
|
|
3
|
+
The module contains 10 items.
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -13,6 +13,8 @@ The module contains 8 items.
|
|
|
13
13
|
|  | [eip-1/MessageConstruction/MessageExpiration](../../eip-1/MessageConstruction/MessageExpiration.md) |
|
|
14
14
|
|  | [eip-1/MessageConstruction/MessageReturnAddress](../../eip-1/MessageConstruction/MessageReturnAddress.md) |
|
|
15
15
|
|  | [eip-1/MessageConstruction/MessageSequence](../../eip-1/MessageConstruction/MessageSequence.md) |
|
|
16
|
+
|  | [eip-1/MessageConstruction/QueryMessage](../../eip-1/MessageConstruction/QueryMessage.md) |
|
|
17
|
+
|  | [eip-1/MessageConstruction/ResultMessage](../../eip-1/MessageConstruction/ResultMessage.md) |
|
|
16
18
|
|  | [eip-1/MessageConstruction/ReturnAddress](../../eip-1/MessageConstruction/ReturnAddress.md) |
|
|
17
19
|
|
|
18
20
|
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $INCLUSION_MODE="local"
|
|
4
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
5
|
+
|
|
6
|
+
' loads the library's bootstrap
|
|
7
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
8
|
+
|
|
9
|
+
' loads the package bootstrap
|
|
10
|
+
include('eip-1/bootstrap')
|
|
11
|
+
|
|
12
|
+
' loads the Item which embeds the element ResultMessage
|
|
13
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
14
|
+
|
|
15
|
+
' renders the element
|
|
16
|
+
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label')
|
|
17
|
+
@enduml
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
4
|
+
|
|
5
|
+
' loads the library's bootstrap
|
|
6
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
7
|
+
|
|
8
|
+
' loads the package bootstrap
|
|
9
|
+
include('eip-1/bootstrap')
|
|
10
|
+
|
|
11
|
+
' loads the Item which embeds the element ResultMessage
|
|
12
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
13
|
+
|
|
14
|
+
' renders the element
|
|
15
|
+
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label')
|
|
16
|
+
@enduml
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
# ResultMessage
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```text
|
|
5
|
+
eip-1/MessageConstruction/ResultMessage
|
|
6
|
+
```
|
|
7
|
+
|
|
8
|
+
```text
|
|
9
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
| Illustration | ResultMessage | ResultMessageGroup |
|
|
15
|
+
| :---: | :---: | :---: |
|
|
16
|
+
|  |  |  |
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## ResultMessage
|
|
22
|
+
|
|
23
|
+
### Load remotely
|
|
24
|
+
```plantuml
|
|
25
|
+
@startuml
|
|
26
|
+
' configures the library
|
|
27
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
28
|
+
|
|
29
|
+
' loads the library's bootstrap
|
|
30
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
31
|
+
|
|
32
|
+
' loads the package bootstrap
|
|
33
|
+
include('eip-1/bootstrap')
|
|
34
|
+
|
|
35
|
+
' loads the Item which embeds the element ResultMessage
|
|
36
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
37
|
+
|
|
38
|
+
' renders the element
|
|
39
|
+
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label')
|
|
40
|
+
@enduml
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Load locally
|
|
44
|
+
```plantuml
|
|
45
|
+
@startuml
|
|
46
|
+
' configures the library
|
|
47
|
+
!global $INCLUSION_MODE="local"
|
|
48
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
49
|
+
|
|
50
|
+
' loads the library's bootstrap
|
|
51
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
52
|
+
|
|
53
|
+
' loads the package bootstrap
|
|
54
|
+
include('eip-1/bootstrap')
|
|
55
|
+
|
|
56
|
+
' loads the Item which embeds the element ResultMessage
|
|
57
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
58
|
+
|
|
59
|
+
' renders the element
|
|
60
|
+
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label')
|
|
61
|
+
@enduml
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## ResultMessageGroup
|
|
65
|
+
|
|
66
|
+
### Load remotely
|
|
67
|
+
```plantuml
|
|
68
|
+
@startuml
|
|
69
|
+
' configures the library
|
|
70
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
71
|
+
|
|
72
|
+
' loads the library's bootstrap
|
|
73
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
74
|
+
|
|
75
|
+
' loads the package bootstrap
|
|
76
|
+
include('eip-1/bootstrap')
|
|
77
|
+
|
|
78
|
+
' loads the Item which embeds the element ResultMessageGroup
|
|
79
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
80
|
+
|
|
81
|
+
' renders the element
|
|
82
|
+
ResultMessageGroup('ResultMessageGroup', 'Result Message Group', 'an optional tech label') {
|
|
83
|
+
note as note
|
|
84
|
+
the content of the group
|
|
85
|
+
end note
|
|
86
|
+
}
|
|
87
|
+
@enduml
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
### Load locally
|
|
91
|
+
```plantuml
|
|
92
|
+
@startuml
|
|
93
|
+
' configures the library
|
|
94
|
+
!global $INCLUSION_MODE="local"
|
|
95
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
96
|
+
|
|
97
|
+
' loads the library's bootstrap
|
|
98
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
99
|
+
|
|
100
|
+
' loads the package bootstrap
|
|
101
|
+
include('eip-1/bootstrap')
|
|
102
|
+
|
|
103
|
+
' loads the Item which embeds the element ResultMessageGroup
|
|
104
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
105
|
+
|
|
106
|
+
' renders the element
|
|
107
|
+
ResultMessageGroup('ResultMessageGroup', 'Result Message Group', 'an optional tech label') {
|
|
108
|
+
note as note
|
|
109
|
+
the content of the group
|
|
110
|
+
end note
|
|
111
|
+
}
|
|
112
|
+
@enduml
|
|
113
|
+
```
|
|
114
|
+
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
' definition of the Item eip-1/MessageConstruction/ResultMessage
|
|
2
|
+
|
|
3
|
+
sprite $ResultMessageXs [15x10/16z] Oy06M55uxEpiw5mKFffUT2u71mSobvsL1KKt2uAB
|
|
4
|
+
|
|
5
|
+
sprite $ResultMessageSm [18x12/16z] Oy056D45sDdPCKMO2QbXO6CWIeIHaH5DX8kN1Lc4XPMLcvy5NICB2mxd0m
|
|
6
|
+
|
|
7
|
+
sprite $ResultMessageMd [25x16/16z] hScr0S0m30LHiqLV-syRAiDqvRtmljxRmJ-GFlS8ql9tg-5F03DZ5w0a6sYr0buds0OKtmLHLGiNZG
|
|
8
|
+
|
|
9
|
+
sprite $ResultMessageLg [31x20/16z] jSkr5S0m40JH5HoO-wzMTA6P9lrly5aKZb1A-omrtbClhOStkBB3Rb44Hn5-PjBQBlV5OxVFF0oqpP68HfwNdHjsQt_4fHxVb04
|
|
10
|
+
|
|
11
|
+
!procedure ResultMessage($id, $name="", $tech="")
|
|
12
|
+
IconElement($id, 'IconElement', 'eip-1/MessageConstruction/ResultMessage', $name, $tech)
|
|
13
|
+
!endprocedure
|
|
14
|
+
|
|
15
|
+
!procedure ResultMessageGroup($id, $name='Result Message', $tech='')
|
|
16
|
+
IconGroupElement($id, 'IconGroupElement', '<$ResultMessageLg>', $name, $tech)
|
|
17
|
+
!endprocedure
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $INCLUSION_MODE="local"
|
|
4
|
+
!global $LIB_BASE_LOCATION="../.."
|
|
5
|
+
|
|
6
|
+
' loads the library's bootstrap
|
|
7
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
8
|
+
|
|
9
|
+
' loads the package bootstrap
|
|
10
|
+
include('eip-1/bootstrap')
|
|
11
|
+
|
|
12
|
+
' loads the Item which embeds the element ResultMessageGroup
|
|
13
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
14
|
+
|
|
15
|
+
' renders the element
|
|
16
|
+
ResultMessageGroup('ResultMessageGroup', 'Result Message Group', 'an optional tech label') {
|
|
17
|
+
note as note
|
|
18
|
+
the content of the group
|
|
19
|
+
end note
|
|
20
|
+
}
|
|
21
|
+
@enduml
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@startuml
|
|
2
|
+
' configures the library
|
|
3
|
+
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
|
|
4
|
+
|
|
5
|
+
' loads the library's bootstrap
|
|
6
|
+
!include $LIB_BASE_LOCATION/bootstrap.puml
|
|
7
|
+
|
|
8
|
+
' loads the package bootstrap
|
|
9
|
+
include('eip-1/bootstrap')
|
|
10
|
+
|
|
11
|
+
' loads the Item which embeds the element ResultMessageGroup
|
|
12
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
13
|
+
|
|
14
|
+
' renders the element
|
|
15
|
+
ResultMessageGroup('ResultMessageGroup', 'Result Message Group', 'an optional tech label') {
|
|
16
|
+
note as note
|
|
17
|
+
the content of the group
|
|
18
|
+
end note
|
|
19
|
+
}
|
|
20
|
+
@enduml
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -18,7 +18,7 @@ include('eip-1/bootstrap')
|
|
|
18
18
|
|
|
19
19
|
The package provides 7 modules.
|
|
20
20
|
|
|
21
|
-
- [eip-1/MessageConstruction](../eip-1/MessageConstruction/README.md) with
|
|
21
|
+
- [eip-1/MessageConstruction](../eip-1/MessageConstruction/README.md) with 10 items
|
|
22
22
|
- [eip-1/MessageRouting](../eip-1/MessageRouting/README.md) with 11 items
|
|
23
23
|
- [eip-1/MessageTransformation](../eip-1/MessageTransformation/README.md) with 5 items
|
|
24
24
|
- [eip-1/MessagingChannels](../eip-1/MessagingChannels/README.md) with 5 items
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -17,7 +17,7 @@ include('eip-1/MessagingChannels/DatatypeChannel')
|
|
|
17
17
|
include('eip-1/MessagingSystems/MessageChannel')
|
|
18
18
|
include('eip-1/MessagingEndpoints/CompetingConsumers')
|
|
19
19
|
include('eip-1/MessagingEndpoints/Application')
|
|
20
|
-
include('eip-1/MessageConstruction/
|
|
20
|
+
include('eip-1/MessageConstruction/ResultMessage')
|
|
21
21
|
|
|
22
22
|
Application('producer', 'producer')
|
|
23
23
|
CommandMessage('cmd', 'a command')
|
|
@@ -26,7 +26,7 @@ DatatypeChannel('queue', 'command queue', 'DatatypeChannel')
|
|
|
26
26
|
CompetingConsumers('handler', 'command handler', 'CompetingConsumers')
|
|
27
27
|
MessageChannel('bus', 'event bus', 'MessageChannel')
|
|
28
28
|
MessageChannel('channel', 'result channel', 'MessageChannel')
|
|
29
|
-
|
|
29
|
+
ResultMessage('result', 'a result')
|
|
30
30
|
|
|
31
31
|
producer -> cmd
|
|
32
32
|
cmd -> queue
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmorin/plantuml-libs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/tmorin/plantuml-libs#readme",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/fs-extra": "^9.0.13",
|
|
53
53
|
"@types/glob": "^7.2.0",
|
|
54
54
|
"@types/lodash": "^4.14.176",
|
|
55
|
-
"@types/node": "^
|
|
55
|
+
"@types/node": "^16.11.11",
|
|
56
56
|
"@types/node-fetch": "^2.5.12",
|
|
57
57
|
"@types/yaml": "^1.9.7",
|
|
58
58
|
"@types/yargs": "^17.0.5",
|