added tscs

rtchandler_fix
Bernd Brandl 2022-06-14 11:50:22 +02:00
parent 82ad483f2f
commit 0e2142f9ce
2 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,9 @@ config:
- customService1: template-1-1.json - customService1: template-1-1.json
customService1: customService1:
- name: myJOYNRService - name: "ifs-005 (SQS) TscsCallTopic - IN"
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss - className: com.bmw.cc.tscs.integration.aws.CallTopicSqsListener
- methodName: exampleJoynrMethod - methodName: processMessage
- returnType: void - returnType: void
- skipDeployment: "true" - methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
- skipDeployment: "false"

View File

@ -13,7 +13,7 @@
"matcher": "EQUALS", "matcher": "EQUALS",
"methodRules": [ "methodRules": [
{ {
"argumentTypes": [], "argumentTypes": ["{{.methodArgs}}"],
"methodName": "{{.methodName}}", "methodName": "{{.methodName}}",
"returnType": "{{.returnType}}" "returnType": "{{.returnType}}"
} }