added SQS tsrd
parent
726b50a038
commit
5016087324
|
|
@ -3,6 +3,8 @@ config:
|
|||
- customService2: template-1-1.json
|
||||
- customService3: template-1-1.json
|
||||
- customService4: template-2-1.json
|
||||
- customService5: template-1-1.json
|
||||
- customService6: template-1-1.json
|
||||
|
||||
customService1:
|
||||
- name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT"
|
||||
|
|
@ -42,3 +44,17 @@ customService3:
|
|||
- methodArgs2: javax.ejb.Timer
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService5:
|
||||
- name: "ifs-009 (SQS) QuitDiagnosisMessage - IN"
|
||||
- className1: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.DiagServiceSqsListener
|
||||
- methodName1: processMessage
|
||||
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType1: void
|
||||
|
||||
customService6:
|
||||
- name: "(SQS) CallTopic - OUT"
|
||||
- className1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallTopicNotificationESI
|
||||
- methodName1: publishNotification
|
||||
- methodArgs1: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO
|
||||
- returnType1: void
|
||||
|
|
|
|||
Loading…
Reference in New Issue