fix template-1-1.json

rtchandler_fix
Bernd Brandl 2022-06-17 07:57:57 +02:00
parent 98e90a3009
commit 278fbe4735
2 changed files with 36 additions and 36 deletions

View File

@ -6,29 +6,29 @@ config:
customService1:
- 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
- className: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener
- methodName: processMessage
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
- returnType: 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
- className: com.bmw.cc.ts.datadispatch.integration.evns2.boundary.Evns2ESI
- methodName: send
- methodArgs: java.lang.String
- returnType: 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
- className: com.bmw.cc.ts.datadispatch.integration.fbm.boundary.FbmESI
- methodName: send
- methodArgs: com.bmw.fbm.SendKeyDataFBM
- returnType: 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
- className: com.bmw.cc.ts.datadispatch.integration.vhs.boundary.VhsClientESI
- methodName: dispatch
- methodArgs: com.bmw.cc.ts.datadispatch.bm.data.VhsPushData
- returnType: void

View File

@ -1,23 +1,23 @@
{
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
"enabled": true,
"name": "{{.name}}",
"processGroups": [],
"queueEntryPoint": false,
"queueEntryPointType": null,
"rules": [
{
"annotations": [],
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"annotations": [],
"className": "{{.className1}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": ["{{.methodArgs1}}"],
"methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}"
}
]
"argumentTypes": ["{{.methodArgs}}"],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}
]
}
]
}
]
}