added rtchandler argumenttypes

VDLM/rtchandler-poc
Bernd Brandl 2022-05-09 10:14:42 +02:00
parent adaa50347a
commit 4f2eb57c10
7 changed files with 88 additions and 15 deletions

View File

@ -1,10 +1,10 @@
config: config:
- customService1: template-2-1.json - customService1: template-2-1a.json
- customService2: template-2-1.json - customService2: template-2-1b.json
- customService3: template-1-1.json - customService3: template-1-1a.json
- customService4: template-1-1.json - customService4: template-1-1b.json
- customService5: template-1-1.json - customService5: template-1-1c.json
- customService6: template-1-1.json - customService6: template-1-1d.json
customService1: customService1:
- name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT" - name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"

View File

@ -0,0 +1,25 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [
"com.bmw.cc.ts.rtchandler.bm.common.model.classificationrequest.ClassificationRequest"
],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}
]
}
]
}

View File

@ -0,0 +1,23 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [ ],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}
]
}
]
}

View File

@ -0,0 +1,23 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [ ],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}
]
}
]
}

View File

@ -14,8 +14,7 @@
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [ "argumentTypes": [
"java.lang.String", "com.bmw.cc.ts.rtchandler.api.diag.v2.entity.RTCTriggerRequest"
"java.util.Map"
], ],
"methodName": "{{.methodName}}", "methodName": "{{.methodName}}",
"returnType": "{{.returnType}}" "returnType": "{{.returnType}}"

View File

@ -7,7 +7,7 @@
"rules": [ "rules": [
{ {
"annotations": [], "annotations": [],
"className": "{{.className}}", "className": "{{.className1}}",
"enabled": true, "enabled": true,
"fileName": "", "fileName": "",
"matcher": "EQUALS", "matcher": "EQUALS",
@ -15,7 +15,8 @@
{ {
"argumentTypes": [ "argumentTypes": [
"java.lang.String", "java.lang.String",
"java.util.Map" "java.util.Map",
"com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext"
], ],
"methodName": "{{.methodName1}}", "methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}" "returnType": "{{.returnType1}}"
@ -23,7 +24,7 @@
}, },
{ {
"annotations": [], "annotations": [],
"className": "{{.className}}", "className": "{{.className2}}",
"enabled": true, "enabled": true,
"fileName": "", "fileName": "",
"matcher": "EQUALS", "matcher": "EQUALS",
@ -31,7 +32,8 @@
{ {
"argumentTypes": [ "argumentTypes": [
"java.lang.String", "java.lang.String",
"java.util.Map" "java.util.Map",
"com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext"
], ],
"methodName": "{{.methodName2}}", "methodName": "{{.methodName2}}",
"returnType": "{{.returnType2}}" "returnType": "{{.returnType2}}"

View File

@ -14,8 +14,8 @@
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [ "argumentTypes": [
"java.lang.String", "com.bmw.cd.logging.CdllLoggingContext",
"java.util.Map" "software.amazon.awssdk.services.sqs.model.Message"
], ],
"methodName": "{{.methodName1}}", "methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}" "returnType": "{{.returnType1}}"
@ -31,7 +31,8 @@
{ {
"argumentTypes": [ "argumentTypes": [
"java.lang.String", "java.lang.String",
"java.util.Map" "java.lang.String",
"com.bmw.cc.ts.rtchandler.bm.diag.entity.RTCTriggerType"
], ],
"methodName": "{{.methodName2}}", "methodName": "{{.methodName2}}",
"returnType": "{{.returnType2}}" "returnType": "{{.returnType2}}"