Skip to content

Commit 566fe68

Browse files
committed
GH-152 - Stereotype definitions for CQRS.
1 parent 7decd43 commit 566fe68

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"stereotypes" : {
3+
"architecture.cqrs.Command" : {
4+
"assignments" : [
5+
"@org.jmolecules.architecture.cqrs.annotation.Command",
6+
"org.jmolecules.architecture.cqrs.Command",
7+
],
8+
"groups" : [ "architecture.cqrs" ]
9+
},
10+
"architecture.cqrs.CommandDispatcher" : {
11+
"assignments" : [
12+
"@org.jmolecules.architecture.cqrs.annotation.CommandDispatcher",
13+
"org.jmolecules.architecture.cqrs.CommandDispatcher",
14+
],
15+
"groups" : [ "architecture.cqrs" ]
16+
},
17+
"architecture.cqrs.CommandHandler" : {
18+
"assignments" : [
19+
"@org.jmolecules.architecture.cqrs.annotation.CommandHandler",
20+
"org.jmolecules.architecture.cqrs.CommandHandler",
21+
],
22+
"groups" : [ "architecture.cqrs" ]
23+
},
24+
"architecture.cqrs.QueryModel" : {
25+
"assignments" : [
26+
"@org.jmolecules.architecture.cqrs.annotation.QueryModel",
27+
"org.jmolecules.architecture.cqrs.QueryModel",
28+
],
29+
"groups" : [ "architecture.cqrs" ]
30+
}
31+
},
32+
"groups" : {
33+
"architecture.cqrs" : {
34+
"displayName" : "CQRS",
35+
"type" : "architecture",
36+
"priority" : 40
37+
}
38+
}
39+
}

0 commit comments

Comments
 (0)