removed customService6 (REST)
parent
bed4d440a2
commit
7bbaaadaf0
|
|
@ -4,7 +4,6 @@ config:
|
||||||
- customService3: template-1-1a.json
|
- customService3: template-1-1a.json
|
||||||
- customService4: template-1-1b.json
|
- customService4: template-1-1b.json
|
||||||
- customService5: template-1-1c.json
|
- customService5: template-1-1c.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"
|
||||||
|
|
@ -46,10 +45,3 @@ customService5:
|
||||||
- methodName: cleanUp
|
- methodName: cleanUp
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService6:
|
|
||||||
- name: "VDLM_rtchandler - ifs-007 (REST) /rtchandler/rest/diag/v2 (/trigger)"
|
|
||||||
- className: com.bmw.cc.ts.rtchandler.api.diag.v2.boundary.DiagRequestResponseV2
|
|
||||||
- methodName: trigger
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"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.api.diag.v2.entity.RTCTriggerRequest"
|
|
||||||
],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue