ts-base-ffs
parent
bba5586037
commit
797dd91681
|
|
@ -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 (SQS) ServiceNotificationBaseFfs - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.tsbaseffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: onNotification
|
||||||
|
- methodArgs: java.lang.String,java.util.Map
|
||||||
- returnType: void
|
- 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"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue