update seam

rtchandler_fix
Bernd Brandl 2022-06-15 10:59:39 +02:00
parent a98baa0b73
commit 40efa56214
1 changed files with 27 additions and 27 deletions

View File

@ -14,36 +14,36 @@ customService1:
- skipDeployment: "false"
customService2:
- name: "ifs-005 (SQS) ServiceAppointment - IN"
- className1: com.bmw.cc.seam.api.appointment.v1.boundary.AppointmentListenerMDB
- methodName1: listen
- methodArgs1: java.lang.String,java.util.Map
- returnType1: void
- skipDeployment: "false"
- name: "ifs-005 (SQS) ServiceAppointment - IN"
- className1: com.bmw.cc.seam.api.appointment.v1.boundary.AppointmentListenerMDB
- methodName1: listen
- methodArgs1: java.lang.String,java.util.Map
- returnType1: void
- skipDeployment: "false"
customService3:
- name: "ifs-003 (SQS) ServiceNotificationFeedback - IN"
- className1: com.bmw.cc.seam.api.notificationfeedback.v1.boundary.ServiceNotificationFeedbackListenerMDB
- methodName1: listen
- methodArgs1: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
- returnType1: void
- skipDeployment: "false"
- name: "ifs-003 (SQS) ServiceNotificationFeedback - IN"
- className1: com.bmw.cc.seam.api.notificationfeedback.v1.boundary.ServiceNotificationFeedbackListenerMDB
- methodName1: listen
- methodArgs1: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
- returnType1: void
- skipDeployment: "false"
customService4:
- name: "ifs (SQS) ServiceNotification - OUT"
- className1: com.bmw.cc.seam.integration.notificationservice.boundary.ServiceNotificationESI
- methodName1: send
- methodArgs1: com.bmw.cc.seam.integration.notificationservice.entity.ServiceNotification,java.lang.String
- returnType1: void
- skipDeployment: "false"
- name: "ifs (SQS) ServiceNotification - OUT"
- className1: com.bmw.cc.seam.integration.notificationservice.boundary.ServiceNotificationESI
- methodName1: send
- methodArgs1: com.bmw.cc.seam.integration.notificationservice.entity.ServiceNotification,java.lang.String
- returnType1: void
- skipDeployment: "false"
customService5:
- name: "cdh: ifs-001 (Kinesis) Reporting - OUT"
- className: com.bmw.cc.seam.integration.datalake.boundary.DataLakeESI
- methodName1: sendAsync
- methodArgs1: java.lang.String,java.lang.String
- returnType1: void
- methodName2: sendSync
- methodArgs2: java.lang.String
- returnType2: void
- skipDeployment: "false"
- name: "cdh: ifs-001 (Kinesis) Reporting - OUT"
- className: com.bmw.cc.seam.integration.datalake.boundary.DataLakeESI
- methodName1: sendAsync
- methodArgs1: java.lang.String,java.lang.String
- returnType1: void
- methodName2: sendSync
- methodArgs2: java.lang.String
- returnType2: void
- skipDeployment: "false"