test with REST custom service... custom vs. auto detected....
parent
34553bbb60
commit
c6ad84df2f
|
|
@ -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"
|
||||
Loading…
Reference in New Issue