added ccm-di

rtchandler_fix
Bernd Brandl 2022-06-15 10:27:23 +02:00
parent 49957e2a8c
commit 501d2e86b9
2 changed files with 33 additions and 5 deletions

View File

@ -1,9 +1,37 @@
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) TsCcmCallTopic - IN"
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss - className: com.bmw.cc.tsccmdi.api.identifier.sqs.CallTopicConsumer
- methodName: exampleJoynrMethod - methodName: receiveMessage
- returnType: void - returnType: void
- skipDeployment: "true" - methodArgs: java.util.Map,java.lang.String,org.springframework.cloud.aws.messaging.listener.Acknowledgment
- skipDeployment: "false"
customService2:
- name: "ifs-005 (SQS) DocumentNotification - IN"
- className: com.bmw.cc.tsccmdi.api.identifier.sqs.FdlGateKeyConsumer
- methodName: receiveMessage
- returnType: void
- methodArgs: java.util.Map,java.lang.String
- skipDeployment: "false"
customService3:
- name: "ifs-003 (SQS) PaCCSqsQueue - IN"
- className: com.bmw.cc.tsccmdi.api.publisher.CcmLeadConsumer
- methodName: receive
- returnType: void
- methodArgs: java.util.Map,com.bmw.cc.tsccmdi.domain.model.CcmLead
- skipDeployment: "false"
customService4:
- name: "ifs-001 (Kinesis) CCM"
- className: com.bmw.cc.tsccmdi.api.identifier.kinesis.VehicleShadowCcmEventConsumer
- methodName: processRecords
- returnType: void
- methodArgs: java.util.List,com.amazonaws.services.kinesis.clientlibrary.interfaces.IRecordProcessorCheckpointer
- 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}}"
} }