FIX [TR] arguments ts-asc custom-services
parent
c8699e7694
commit
6fcdebc9ae
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue