update seam
parent
a98baa0b73
commit
40efa56214
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue