Changed custom services for vdlm-rtchandler
parent
46184e02f1
commit
595a525a1d
|
|
@ -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