remove custom-service 6

CD_VDLM_rtchandler
Bernd Brandl 2022-06-02 08:43:31 +02:00
parent 7bbaaadaf0
commit ba88c0c54d
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ config:
- customService5: template-1-1c.json - customService5: template-1-1c.json
customService1: customService1:
- name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT" - name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
- className1: com.bmw.cc.ts.rtchandler.bm.message.MessageServiceRTCBF - className1: com.bmw.cc.ts.rtchandler.bm.message.MessageServiceRTCBF
- methodName1: processMessage - methodName1: processMessage
- returnType1: void - returnType1: void
@ -16,7 +16,7 @@ customService1:
- skipDeployment: "false" - skipDeployment: "false"
customService2: customService2:
- name: "VDLM_rtchandler - ifs-008 (SQS) NgtpRtcHandlerIn/Out - IN/OUT" - name: "ifs-008 (SQS) NgtpRtcHandlerIn/Out - IN/OUT"
- className1: com.bmw.cc.ts.rtchandler.api.ngtp.v1.boundary.NgtpSqsListener - className1: com.bmw.cc.ts.rtchandler.api.ngtp.v1.boundary.NgtpSqsListener
- methodName1: processMessage - methodName1: processMessage
- returnType1: void - returnType1: void
@ -26,21 +26,21 @@ customService2:
- skipDeployment: "false" - skipDeployment: "false"
customService3: customService3:
- name: "VDLM_rtchandler - ifs-009 (MQS) RtcHandlerIstaOut - OUT" - name: "ifs-009 (MQS) RtcHandlerIstaOut - OUT"
- className: com.bmw.cc.ts.rtchandler.bm.common.control.classificationrequest.ClassificationRequestQueueSender - className: com.bmw.cc.ts.rtchandler.bm.common.control.classificationrequest.ClassificationRequestQueueSender
- methodName: sendClassificationRequestMessage - methodName: sendClassificationRequestMessage
- returnType: void - returnType: void
- skipDeployment: "false" - skipDeployment: "false"
customService4: customService4:
- name: "VDLM_rtchandler - (Timer) timeout" - name: "(Timer) timeout"
- className: com.bmw.cc.ts.rtchandler.bm.common.timer.CallTimeoutTimerService - className: com.bmw.cc.ts.rtchandler.bm.common.timer.CallTimeoutTimerService
- methodName: handleTimer - methodName: handleTimer
- returnType: void - returnType: void
- skipDeployment: "false" - skipDeployment: "false"
customService5: customService5:
- name: "VDLM_rtchandler - (Timer) deletion" - name: "(Timer) deletion"
- className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA - className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA
- methodName: cleanUp - methodName: cleanUp
- returnType: void - returnType: void