added tssb-bt sqs
parent
d9b952b171
commit
bba5586037
|
|
@ -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-015 (SQS) AppointmentInformation - IN"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.tssb.tickets.client.appointmentinformation.AppointmentInformationMF
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: processMessage
|
||||||
|
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService2:
|
||||||
|
- name: "ifs-013 (SQS) ServiceNotificationDealer - IN"
|
||||||
|
- className: com.bmw.tssb.tickets.client.servicenotification.DealerServiceNotificationMF
|
||||||
|
- methodName: processMessage
|
||||||
|
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||||
|
- returnType: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService3:
|
||||||
|
- name: "ifs-014 (SQS) ServiceNotificationThirdParty - IN"
|
||||||
|
- className: com.bmw.tssb.tickets.client.servicenotification.ThirdPartyServiceNotificationMF
|
||||||
|
- methodName: processMessage
|
||||||
|
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||||
|
- 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