Multiple fixes applied.

CD_AudioVideoServicesNEWMCID
SLW\ARNAUA 2022-06-14 11:39:07 +02:00
parent d9b952b171
commit c2b6fbc45e
5 changed files with 20 additions and 30 deletions

View File

@ -7,7 +7,7 @@
"rules": [
{
"annotations": [],
"className": "{{.className1}}",
"className": "{{.className}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
@ -16,21 +16,12 @@
"argumentTypes": ["{{.methodArgs1}}"],
"methodName": "{{.methodName1}}",
"returnType": "{{.returnType1}}"
}]
},
{
"annotations": [],
"className": "{{.className2}}",
"enabled": true,
"fileName": "",
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": ["{{.methodArgs2}}"],
"methodName": "{{.methodName2}}",
"returnType": "{{.returnType2}}"
}
]
}]
}
]
}

View File

@ -18,20 +18,19 @@ customService1:
customService2:
- name: "(MQS) CallTopic - OUT"
- className1: com.bmw.cc.ts.tsrd.bm.jms.calltopic.boundary.CallTopicJmsPublisherBA
- methodName1: publishCallToCallTopic
- methodArgs1: com.bmw.cc.ts.tsrd.bm.jms.calltopic.entity.CallStorageCallDO
- returnType1: void
- className: com.bmw.cc.ts.tsrd.bm.jms.calltopic.boundary.CallTopicJmsPublisherBA
- methodName: publishCallToCallTopic
- methodArgs: com.bmw.cc.ts.tsrd.bm.jms.calltopic.entity.CallStorageCallDO
- returnType: void
customService3:
- name: "ifs-007 (SQS) odfUpdateStatus - IN"
- className1: com.bmw.cc.ts.tsrd.bm.odfupdatestatus.boundary.OdfUpdateStatusSqsMF
- methodName1: processMessage
- methodArgs1: software.amazon.awssdk.services.sqs.model.Message
- returnType1: void
- className: com.bmw.cc.ts.tsrd.bm.odfupdatestatus.boundary.OdfUpdateStatusSqsMF
- methodName: processMessage
- methodArgs: software.amazon.awssdk.services.sqs.model.Message
- returnType: void
- customService4:
customService4:
- name: "(Timer) deletion/timeout"
- className1: com.bmw.cc.ts.tsrd.bm.timer.DatabaseCleanerTimerService
- methodName1: timeout