ts-base-ffs

rtchandler_fix
Bernd Brandl 2022-06-14 08:38:26 +02:00
parent bba5586037
commit 797dd91681
2 changed files with 15 additions and 5 deletions

View File

@ -1,9 +1,19 @@
config:
- customService1: template-1-1.json
- customService2: template-1-1.json
customService1:
- name: myJOYNRService
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
- methodName: exampleJoynrMethod
- name: "ifs-001 (SQS) ServiceNotificationBaseFfs - IN"
- className: com.bmw.cc.tsbaseffs.api.seam.boundary.SeamNotificationSqsListenerMF
- methodName: onNotification
- methodArgs: java.lang.String,java.util.Map
- returnType: void
- skipDeployment: "true"
- skipDeployment: "false"
customService2:
- name: "(SQS) ServiceNotificationFeedback - OUT"
- className: com.bmw.cc.tsbaseffs.integration.seam.boundary.SeamESI
- methodName: sendSqsMessage
- methodArgs: com.bmw.cc.tsbaseffs.integration.seam.entity.ServiceNotificationFeedbackPayload
- returnType: void
- skipDeployment: "false"

View File

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