added tsdd
parent
b6a4c64356
commit
491f0556b4
|
|
@ -1,9 +1,34 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
- customService2: template-1-1.json
|
||||||
|
- customService3: template-1-1.json
|
||||||
|
- customService4: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-006 (SQS) TsddCallTopic - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener
|
||||||
- methodName: exampleJoynrMethod
|
- methodName1: processMessage
|
||||||
- returnType: void
|
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||||
- skipDeployment: "true"
|
- 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",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue