Fixed.
parent
1b0ee21b25
commit
98e90a3009
|
|
@ -1,6 +1,6 @@
|
|||
config:
|
||||
- customService1: template-1-1.json
|
||||
- customService1: template-2-1.json
|
||||
- customService2: template-2-1.json
|
||||
|
||||
customService1:
|
||||
- name: "ifs-010 (SQS) RtcadCallTopic - IN"
|
||||
|
|
@ -16,7 +16,7 @@ customService2:
|
|||
- methodName1: onMessage
|
||||
- returnType1: void
|
||||
- methodArgs1: javax.jms.Message
|
||||
- className2: package com.bmw.cc.ts.rtcad.bm.control.RTCPDMServiceBA
|
||||
- className2: com.bmw.cc.ts.rtcad.bm.control.RTCPDMServiceBA
|
||||
- methodName2: pdmResultProcessed
|
||||
- returnType2: void
|
||||
- methodArgs2: java.lang.String,java.lang.String,com.bmw.cc.ts.rtcad.bm.dto.RTCKeyData,java.lang.String,java.lang.String
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@
|
|||
"argumentTypes": ["{{.methodArgs1}}"],
|
||||
"methodName": "{{.methodName1}}",
|
||||
"returnType": "{{.returnType1}}"
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"annotations": [],
|
||||
|
|
@ -33,4 +34,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "{{.className}}",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
"enabled": true,
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"argumentTypes": ["{{.methodArgs}}"],
|
||||
"methodName": "{{.methodName}}",
|
||||
"returnType": "{{.returnType}}"
|
||||
"annotations": [],
|
||||
"className": "{{.className1}}",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": ["{{.methodArgs1}}"],
|
||||
"methodName": "{{.methodName1}}",
|
||||
"returnType": "{{.returnType1}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue