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