added scallservice (SQS) CallTopic - OUT
parent
df57e5e4f1
commit
824111303d
|
|
@ -1,6 +1,7 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-2.json
|
- customService1: template-1-2.json
|
||||||
- customService2: template-1-1.json
|
- customService2: template-1-1.json
|
||||||
|
- customService3: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
- name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
||||||
|
|
@ -22,3 +23,10 @@ customService2:
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- 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