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:
- customService1: template-2-1.json
- customService2: template-2-1.json
- customService3: template-1-1.json
- customService4: template-1-1.json
- customService5: template-1-1.json
- customService6: template-1-1.json
- customService1: template-2-1a.json
- customService2: template-2-1b.json
- customService3: template-1-1a.json
- customService4: template-1-1b.json
- customService5: template-1-1c.json
- customService6: template-1-1d.json
customService1:
- 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": [
{
"argumentTypes": [
"java.lang.String",
"java.util.Map"
"com.bmw.cc.ts.rtchandler.api.diag.v2.entity.RTCTriggerRequest"
],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"

View File

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

View File

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