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