added tscs
parent
82ad483f2f
commit
0e2142f9ce
|
|
@ -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-005 (SQS) TscsCallTopic - IN"
|
||||
- className: com.bmw.cc.tscs.integration.aws.CallTopicSqsListener
|
||||
- methodName: processMessage
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [],
|
||||
"argumentTypes": ["{{.methodArgs}}"],
|
||||
"methodName": "{{.methodName}}",
|
||||
"returnType": "{{.returnType}}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue