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