test with REST custom service... custom vs. auto detected....

VDLM/rtchandler-poc
Bernd Brandl 2022-05-05 09:17:49 +02:00
parent 34553bbb60
commit c6ad84df2f
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config:
- customService3: template-1-1.json
- customService4: template-1-1.json
- customService5: template-1-1.json
- customService6: template-1-1.json
customService1:
- name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
@ -44,4 +45,11 @@ customService5:
- className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA
- 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"