fix SQS->SNS + rtchandler callstorage

rtchandler_fix
Bernd Brandl 2022-06-17 13:14:56 +02:00
parent 824111303d
commit 18e1709af3
4 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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