remove custom-service 6
parent
7bbaaadaf0
commit
ba88c0c54d
|
|
@ -6,7 +6,7 @@ config:
|
|||
- customService5: template-1-1c.json
|
||||
|
||||
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
|
||||
- methodName1: processMessage
|
||||
- returnType1: void
|
||||
|
|
@ -16,7 +16,7 @@ customService1:
|
|||
- skipDeployment: "false"
|
||||
|
||||
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
|
||||
- methodName1: processMessage
|
||||
- returnType1: void
|
||||
|
|
@ -26,21 +26,21 @@ customService2:
|
|||
- skipDeployment: "false"
|
||||
|
||||
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
|
||||
- methodName: sendClassificationRequestMessage
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService4:
|
||||
- name: "VDLM_rtchandler - (Timer) timeout"
|
||||
- name: "(Timer) timeout"
|
||||
- className: com.bmw.cc.ts.rtchandler.bm.common.timer.CallTimeoutTimerService
|
||||
- methodName: handleTimer
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService5:
|
||||
- name: "VDLM_rtchandler - (Timer) deletion"
|
||||
- name: "(Timer) deletion"
|
||||
- className: com.bmw.cc.ts.rtchandler.bm.common.control.cleanup.DbCleanUpBA
|
||||
- methodName: cleanUp
|
||||
- returnType: void
|
||||
|
|
|
|||
Loading…
Reference in New Issue