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