added in tyredi (not out kinesis+lambda)
parent
008a30c231
commit
5417ff280a
|
|
@ -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-003 (SQS) TyrediLambdaIn - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.tstyredi.api.lambda.v1.boundary.LambdaQueueListenerMDB
|
||||||
- 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-001 (Kinesis) TyreDiIncoming - IN"
|
||||||
|
- className: com.bmw.cc.tstyredi.api.vehicleshadow.v1.boundary.VehicleShadowRecordProcessorBF
|
||||||
|
- methodName: processRecords
|
||||||
|
- methodArgs: software.amazon.kinesis.lifecycle.events.ProcessRecordsInput
|
||||||
|
- 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