fix SQS->SNS + rtchandler callstorage
parent
824111303d
commit
18e1709af3
|
|
@ -20,7 +20,7 @@ customService2:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService3:
|
customService3:
|
||||||
- name: "(SQS) CallTopic - OUT"
|
- name: "(SNS) CallTopic - OUT"
|
||||||
- className: com.bmw.cc.ts.rsurservice.api.consumer.external.callstorage.CallStorageSnsPublisher
|
- className: com.bmw.cc.ts.rsurservice.api.consumer.external.callstorage.CallStorageSnsPublisher
|
||||||
- methodName: createTicket
|
- methodName: createTicket
|
||||||
- methodArgs: com.bmw.cc.ts.rsurservice.api.consumer.entity.CallStorageModel
|
- methodArgs: com.bmw.cc.ts.rsurservice.api.consumer.entity.CallStorageModel
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ config:
|
||||||
- customService3: template-1-1.json
|
- customService3: template-1-1.json
|
||||||
- customService4: template-1-1-without-methodargs.json
|
- customService4: template-1-1-without-methodargs.json
|
||||||
- customService5: template-1-1-without-methodargs.json
|
- customService5: template-1-1-without-methodargs.json
|
||||||
|
- customService6: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
|
- name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
|
||||||
|
|
@ -50,3 +51,11 @@ customService5:
|
||||||
- methodName: cleanUp
|
- methodName: cleanUp
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService6:
|
||||||
|
- name: "(SNS) CallTopic - OUT"
|
||||||
|
- className: com.bmw.cc.ts.rtchandler.integration.callstorage.CallStorageNotificationESI
|
||||||
|
- methodName: publishNotification
|
||||||
|
- returnType: void
|
||||||
|
- methodArgs: java.lang.String,java.util.Map
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ customService2:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService3:
|
customService3:
|
||||||
- name: "(SQS) CallTopic - OUT"
|
- name: "(SNS) CallTopic - OUT"
|
||||||
- className: com.bmw.cc.ts.scallservice.api.consumer.external.callstorage.CallStorageSnsPublisher
|
- className: com.bmw.cc.ts.scallservice.api.consumer.external.callstorage.CallStorageSnsPublisher
|
||||||
- methodName: createTicket
|
- methodName: createTicket
|
||||||
- returnType: void
|
- returnType: void
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ customService3:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService4:
|
customService4:
|
||||||
- name: "(SQS) CallTopic - OUT"
|
- name: "(SNS) CallTopic - OUT"
|
||||||
- className: com.bmw.cc.asc.integration.sns.CallTopicSnsESI
|
- className: com.bmw.cc.asc.integration.sns.CallTopicSnsESI
|
||||||
- methodName: send
|
- methodName: send
|
||||||
- returnType: void
|
- returnType: void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue