added ifs-002 (SQS) TsSdiCallTopic - IN

CD_VDLM_multiple_custom_services
Bernd Brandl 2022-06-21 14:42:26 +02:00
parent 138525ed86
commit f413054a54
2 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,9 @@ config:
- customService1: template-1-1.json
customService1:
- name: myJOYNRService
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
- methodName: exampleJoynrMethod
- name: "ifs-002 (SQS) TsSdiCallTopic - IN"
- className: com.bmw.cc.servicedemandidentifier.api.calltopic.boundary.CallTopicSqsListener
- methodName: onSqsMessage
- returnType: void
- skipDeployment: "true"
- methodArgs: java.lang.String","java.util.Map
- skipDeployment: "false"

View File

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