Pull request #175: Added custom service 2 to VDLM rtchandler
Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM_rtchandler to master * commit '46184e02f1d9cb23b79c749e08fd5c168ba4a38d': Added custom service 2 to VDLM rtchandlerA_EnvironmentYamlFix
commit
03db3d5bdf
|
|
@ -1,9 +1,17 @@
|
|||
config:
|
||||
- customService1: template-1-1.json
|
||||
- customService2: template-1-1.json
|
||||
|
||||
customService1:
|
||||
- name: vdlm-rtchandler-SQSRtcTeleXIn
|
||||
- className: com.bmw.cc.ts.rtchandler.bm.message
|
||||
- methodName: handleMessage
|
||||
- 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"
|
||||
Loading…
Reference in New Issue