CD_VDLM_multiple_custom_services
Bernd Brandl 2022-06-24 15:30:38 +02:00
parent 166e23d26e
commit 35d2373633
2 changed files with 15 additions and 5 deletions

View File

@ -1,9 +1,19 @@
config: config:
- customService1: template-1-1.json - customService1: template-1-1.json
- customService2: template-1-1.json
customService1: customService1:
- name: myJOYNRService - name: "ifs-001 (Kinesis) TyreWsIncoming - IN"
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss - className: com.bmw.cc.tstyrews.api.vehicleshadow.v1.boundary.VehicleShadowRecordProcessorBF
- methodName: exampleJoynrMethod - methodName: processRecords
- methodArgs: software.amazon.kinesis.lifecycle.events.ProcessRecordsInput
- returnType: void - returnType: void
- skipDeployment: "true" - skipDeployment: "false"
customService2:
- name: "(Lambda) StatisticData - OUT"
- className: com.bmw.cc.tstyrews.integration.lambda.boundary.LambdaESI
- methodName: invokeLambdaFunction
- methodArgs: java.lang.String
- returnType: void
- 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}}"
} }