diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/custom-service-java.yaml index ea6ff47c..27e80db7 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/custom-service-java.yaml @@ -8,8 +8,10 @@ customService1: - className: com.bmw.cc.asc.bm.boundary.TimerBF - methodName1: executeDeletionJob - returnType1: void +- argumentTypes1: - methodName2: executeTimeoutJob - returnType2: void +- argumentTypes2: - skipDeployment: "false" customService2: @@ -17,9 +19,11 @@ customService2: - className1: com.bmw.cc.asc.bm.boundary.TeleXBF - methodName1: handleTeleXMessage - returnType1: void +- argumentTypes1: - className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI - methodName2: send - returnType2: void +- argumentTypes2: - skipDeployment: "false" customService3: @@ -27,4 +31,5 @@ customService3: - className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI - methodName: send - returnType: void +- argumentTypes: - skipDeployment: "false" diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-1.json b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-1.json index 055ec8eb..a50c1a24 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-1.json +++ b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-1.json @@ -15,7 +15,8 @@ { "argumentTypes": [ "java.lang.String", - "java.util.Map" + "com.bmw.cc.tscs.enums.CallState", + "com.bmw.cc.asc.bm.entity.Call" ], "methodName": "{{.methodName}}", "returnType": "{{.returnType}}" diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-2.json b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-2.json index 3e2277c3..9d13d592 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-2.json +++ b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-1-2.json @@ -13,10 +13,7 @@ "matcher": "EQUALS", "methodRules": [ { - "argumentTypes": [ - "java.lang.String", - "java.util.Map" - ], + "argumentTypes": [ ], "methodName": "{{.methodName1}}", "returnType": "{{.returnType1}}" }] @@ -29,10 +26,7 @@ "matcher": "EQUALS", "methodRules": [ { - "argumentTypes": [ - "java.lang.String", - "java.util.Map" - ], + "argumentTypes": [ ], "methodName": "{{.methodName2}}", "returnType": "{{.returnType2}}" } diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-2-1.json b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-2-1.json index 8adf3cee..18dd391c 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-2-1.json +++ b/BMW-Dynatrace-config/CD_VDLM_ts-asc/custom-service-java/template-2-1.json @@ -14,8 +14,7 @@ "methodRules": [ { "argumentTypes": [ - "java.lang.String", - "java.util.Map" + "com.bmw.cc.asc.integration.sqs.entity.TeleXMessageData" ], "methodName": "{{.methodName1}}", "returnType": "{{.returnType1}}"