Pull request #178: Changed custom services for vdlm-rtchandler
Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM_rtchandler to master * commit '595a525a1d75a9d0158accefdfefc7d8f1bf0c56': Changed custom services for vdlm-rtchandlerVDLM/rtchandler-poc
commit
6bfb95bf7b
|
|
@ -7,11 +7,11 @@ customService1:
|
||||||
- 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"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService2:
|
customService2:
|
||||||
- name: vdlm-rtchandler-SQSNgtpRtcHandlerIn
|
- name: vdlm-rtchandler-SQSNgtpRtcHandlerIn
|
||||||
- className: com.bmw.cc.ts.rtchandler.integration.ngtp.v1.boundary
|
- className: com.bmw.cc.ts.rtchandler.integration.ngtp.v1.boundary
|
||||||
- methodName: sendMessage
|
- methodName: sendMessage
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "false"
|
||||||
Loading…
Reference in New Issue