added template-1-1-without-methodargs

CD_VDLM_rtchandler
Bernd Brandl 2022-06-03 15:02:46 +02:00
parent dd7ef0c7a5
commit dd9465e549
2 changed files with 25 additions and 4 deletions

View File

@ -2,8 +2,8 @@ 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
- customService4: template-1-1-without-methodargs.json
- customService5: template-1-1-without-methodargs.json
customService1:
- name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
@ -41,7 +41,6 @@ customService4:
- name: "(Timer) timeout"
- className: com.bmw.cc.ts.rtchandler.bm.common.timer.CallTimeoutTimerService
- methodName: handleTimer
- methodArgs:
- returnType: void
- skipDeployment: "false"
@ -49,6 +48,5 @@ customService5:
- name: "(Timer) deletion"
- className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA
- methodName: cleanUp
- methodArgs:
- returnType: void
- skipDeployment: "false"

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}}"
}
]
}
]
}