added template-1-1-without-methodargs
parent
dd7ef0c7a5
commit
dd9465e549
|
|
@ -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"
|
||||
|
|
@ -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