added ts-asc (SQS) CallTopic - OUT
parent
278fbe4735
commit
df57e5e4f1
|
|
@ -2,9 +2,10 @@ config:
|
||||||
- customService1: template-2-2-without-methodargs.json
|
- customService1: template-2-2-without-methodargs.json
|
||||||
- customService2: template-2-1.json
|
- customService2: template-2-1.json
|
||||||
- customService3: template-1-1.json
|
- customService3: template-1-1.json
|
||||||
|
- customService4: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: (Timer) deletion/timeout
|
- name: "(Timer) deletion/timeout"
|
||||||
- className1: com.bmw.cc.asc.bm.boundary.TimerBF
|
- className1: com.bmw.cc.asc.bm.boundary.TimerBF
|
||||||
- methodName1: executeDeletionJob
|
- methodName1: executeDeletionJob
|
||||||
- returnType1: void
|
- returnType1: void
|
||||||
|
|
@ -14,7 +15,7 @@ customService1:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService2:
|
customService2:
|
||||||
- name: ifs-001 (SQS) AscIn/Out - IN/OUT
|
- name: "ifs-001 (SQS) AscIn/Out - IN/OUT"
|
||||||
- className1: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsListener
|
- className1: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsListener
|
||||||
- methodName1: onSqsMessage
|
- methodName1: onSqsMessage
|
||||||
- returnType1: void
|
- returnType1: void
|
||||||
|
|
@ -26,9 +27,17 @@ customService2:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService3:
|
customService3:
|
||||||
- name: (MQS) CallTopic - OUT
|
- name: "(MQS) CallTopic - OUT"
|
||||||
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
|
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
|
||||||
- methodName: send
|
- methodName: send
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
|
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService4:
|
||||||
|
- name: "(SQS) CallTopic - OUT"
|
||||||
|
- className: com.bmw.cc.asc.integration.sns.CallTopicSnsESI
|
||||||
|
- methodName: send
|
||||||
|
- returnType: void
|
||||||
|
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue