added SQS tyrewf
parent
5016087324
commit
008a30c231
|
|
@ -1,9 +1,28 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-1-1.json
|
||||||
|
- customService2: template-1-1.json
|
||||||
|
- customService3: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-001 (SQS) TyrewfStatisticsIn - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.tstyrewf.api.statistic.v1.boundary.StatisticQueueListenerMDB
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: listen
|
||||||
|
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService2:
|
||||||
|
- name: "ifs-002 (SQS) TyrewfTimberIn - IN"
|
||||||
|
- className: com.bmw.cc.tstyrewf.api.timber.v1.boundary.TimberQueueListenerMDB
|
||||||
|
- methodName: listen
|
||||||
|
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||||
|
- returnType: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService3:
|
||||||
|
- name: "ifs (SQS) ServiceDemand - OUT"
|
||||||
|
- className: com.bmw.cc.tstyrewf.integration.seam.boundary.SeamESI
|
||||||
|
- methodName: sendMessage
|
||||||
|
- methodArgs: com.bmw.cc.tstyrewf.integration.seam.entity.ServiceDemandEventPayload
|
||||||
|
- 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