added scallservice (SQS) CallTopic - OUT
parent
df57e5e4f1
commit
824111303d
|
|
@ -1,6 +1,7 @@
|
|||
config:
|
||||
- customService1: template-1-2.json
|
||||
- customService2: template-1-1.json
|
||||
- customService3: template-1-1.json
|
||||
|
||||
customService1:
|
||||
- name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
||||
|
|
@ -22,3 +23,10 @@ customService2:
|
|||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService3:
|
||||
- name: "(SQS) CallTopic - OUT"
|
||||
- className: com.bmw.cc.ts.scallservice.api.consumer.external.callstorage.CallStorageSnsPublisher
|
||||
- methodName: createTicket
|
||||
- returnType: void
|
||||
- methodArgs: com.bmw.cc.ts.scallservice.api.consumer.entity.CallStorageModel
|
||||
- skipDeployment: "false"
|
||||
|
|
|
|||
Loading…
Reference in New Issue