removed customService6 (REST)

CD_VDLM_rtchandler
Bernd Brandl 2022-06-02 07:29:11 +02:00
parent bed4d440a2
commit 7bbaaadaf0
2 changed files with 0 additions and 33 deletions

View File

@ -4,7 +4,6 @@ config:
- 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"
@ -46,10 +45,3 @@ customService5:
- methodName: cleanUp
- returnType: void
- 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"

View File

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