Added custom service 2 to VDLM rtchandler

A_EnvironmentYamlFix
Muminovic Mersa 2022-04-27 14:29:27 +02:00
parent ac43b6013b
commit 46184e02f1
1 changed files with 8 additions and 0 deletions

View File

@ -1,9 +1,17 @@
config: config:
- customService1: template-1-1.json - customService1: template-1-1.json
- customService2: template-1-1.json
customService1: customService1:
- name: vdlm-rtchandler-SQSRtcTeleXIn - name: vdlm-rtchandler-SQSRtcTeleXIn
- className: com.bmw.cc.ts.rtchandler.bm.message - className: com.bmw.cc.ts.rtchandler.bm.message
- methodName: handleMessage - methodName: handleMessage
- returnType: void - returnType: void
- skipDeployment: "true"
customService2:
- name: vdlm-rtchandler-SQSNgtpRtcHandlerIn
- className: com.bmw.cc.ts.rtchandler.integration.ngtp.v1.boundary
- methodName: sendMessage
- returnType: void
- skipDeployment: "true" - skipDeployment: "true"