rtchandler_fix
Bernd Brandl 2022-06-14 16:11:28 +02:00
parent 4d076bc8e0
commit 49957e2a8c
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ customService5:
- methodName: processMessage - methodName: processMessage
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message - methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
- returnType: void - returnType: void
- skipDeployment: "false"
customService6: customService6:
- name: "(SQS) CallTopic - OUT" - name: "(SQS) CallTopic - OUT"
@ -57,3 +58,4 @@ customService6:
- methodName: publishNotification - methodName: publishNotification
- methodArgs: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO - methodArgs: com.bmw.cc.ts.tsrd.integration.aws.calltopic.CallStorageCallDO
- returnType: void - returnType: void
- skipDeployment: "false"