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