added tsdd
parent
b6a4c64356
commit
491f0556b4
|
|
@ -1,9 +1,34 @@
|
|||
config:
|
||||
- customService1: template-1-1.json
|
||||
- customService2: template-1-1.json
|
||||
- customService3: template-1-1.json
|
||||
- customService4: template-1-1.json
|
||||
|
||||
customService1:
|
||||
- name: myJOYNRService
|
||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||
- methodName: exampleJoynrMethod
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
- name: "ifs-006 (SQS) TsddCallTopic - IN"
|
||||
- className1: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener
|
||||
- methodName1: processMessage
|
||||
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType1: void
|
||||
|
||||
customService2:
|
||||
- name: "ifs-005 (SQS) EVNS2EventQueue - OUT"
|
||||
- className1: com.bmw.cc.ts.datadispatch.integration.evns2.boundary.Evns2ESI
|
||||
- methodName1: send
|
||||
- methodArgs1: java.lang.String
|
||||
- returnType1: void
|
||||
|
||||
customService3:
|
||||
- name: "ifs-003 (SQS) FbmQueue - OUT"
|
||||
- className1: com.bmw.cc.ts.datadispatch.integration.fbm.boundary.FbmESI
|
||||
- methodName1: send
|
||||
- methodArgs1: com.bmw.fbm.SendKeyDataFBM
|
||||
- returnType1: void
|
||||
|
||||
customService4:
|
||||
- name: "ifs (Kinesis) vhs_ts_diagnostic_kinesis_stream - OUT"
|
||||
- className1: com.bmw.cc.ts.datadispatch.integration.vhs.boundary.VhsClientESI
|
||||
- methodName1: dispatch
|
||||
- methodArgs1: com.bmw.cc.ts.datadispatch.bm.data.VhsPushData
|
||||
- returnType1: void
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [],
|
||||
"argumentTypes": ["{{.methodArgs}}"],
|
||||
"methodName": "{{.methodName}}",
|
||||
"returnType": "{{.returnType}}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue