FIX [TR] arguments ts-asc custom-services

CD_VDLM_ts-asc
SLW\ARNAUA 2022-05-09 15:32:09 +02:00
parent c8699e7694
commit 6fcdebc9ae
1 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@ customService1:
- className: com.bmw.cc.asc.bm.boundary.TimerBF - className: com.bmw.cc.asc.bm.boundary.TimerBF
- methodName1: executeDeletionJob - methodName1: executeDeletionJob
- returnType1: void - returnType1: void
- argumentTypes1: # - argumentTypes1:
- methodName2: executeTimeoutJob - methodName2: executeTimeoutJob
- returnType2: void - returnType2: void
- argumentTypes2: # - argumentTypes2:
- skipDeployment: "false" - skipDeployment: "false"
customService2: customService2:
@ -19,11 +19,11 @@ customService2:
- className1: com.bmw.cc.asc.bm.boundary.TeleXBF - className1: com.bmw.cc.asc.bm.boundary.TeleXBF
- methodName1: handleTeleXMessage - methodName1: handleTeleXMessage
- returnType1: void - returnType1: void
- argumentTypes1: # - argumentTypes1:
- className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI - className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI
- methodName2: send - methodName2: send
- returnType2: void - returnType2: void
- argumentTypes2: # - argumentTypes2:
- skipDeployment: "false" - skipDeployment: "false"
customService3: customService3:
@ -31,5 +31,5 @@ customService3:
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI - className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
- methodName: send - methodName: send
- returnType: void - returnType: void
- argumentTypes: # - argumentTypes:
- skipDeployment: "false" - skipDeployment: "false"